Color Hex Logo

#6658bd Color Hex

#6658BD
(102,88,189)
0 Favorites   0 Comments

Color spaces of #6658bd

RGB 10288189
HSL0.690.430.54
HSV248°53°74°
CMYK 0.460.530.00   0.26
XYZ18.154513.478449.7888
Yxy13.47840.22300.1655
Hunter Lab36.712924.0204-54.7080
CIE-Lab43.475431.5915-51.5389

#6658bd color RGB value is (102,88,189).

#6658bd hex color red value is 102, green value is 88 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6658bd hue: 0.69 , saturation: 0.43 and the lightness value of 6658bd is 0.54.

The process color (four color CMYK) of #6658bd color hex is 0.46, 0.53, 0.00, 0.26. Web safe color of #6658bd is #6666cc. Color #6658bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011000 10111101
Octal 146 130 275
Decimal 102 88 189
Hex 66 58 BD

RGB Percentages of Color #6658bd

%26.91
%23.22
%49.87

CMYK Percentages of Color #6658bd

%46
%53
%0
%26

Triadic Colors of #6658bd

#6658bd #bd6658 #58bd66

Analogous Colors of #6658bd

#6658bd #9958bd #587dbd

Monochromatic Colors of #6658bd

#6658bd

Complementary Color

#6658bd #afbd58

#6658bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6658bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6658bd Color CSS Codes

.mybgcolor {background-color:#6658bd; } 
.myforecolor {color:#6658bd; }
.mybordercolor {border:3px solid #6658bd; }

#6658bd Text Font Color

<p style="color:#6658bd">Text here</p>

This sample text font color is #6658bd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6658bd Background Color

<div style="background-color:#6658bd">
Div content here</div>

This div background color is #6658bd


#6658bd Border Color

<div style="border:3px solid #6658bd">
Div here</div>

This div border color is #6658bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,88,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6658bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6658bd;
  -webkit-box-shadow: 1px 1px 3px 2px #6658bd;
  box-shadow:         1px 1px 3px 2px #6658bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,88,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6658bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6658bd;
  -webkit-box-shadow: 1px 1px 3px 2px #6658bd;
  box-shadow:         1px 1px 3px 2px #6658bd;">
Div content here</div>

This div box has shadow with color #6658bd


Comments

No comments written yet.

Please login to write comment.