Html Css Color HEX #667BA8 Ship Cove

📋 copy color: '#667BA8'

red 102 ◦ green 123 ◦ blue 168

#667BA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #667BA8

Tints of Ship Cove #667BA8

RGB

 RED value IS 102 (40.23% from 255) = 25.95%

 GREEN value IS 123 (48.44% from 255) = 31.3%

 BLUE value IS 168 (66.02% from 255) = 42.75%

R = 25.95%
G = 31.3%
B = 42.75%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#667BA8 (or 0x667BA8) is known color: Ship Cove. HEX triplet: 66, 7B and A8. RGB value is (102,123,168). Sum of RGB (Red+Green+Blue) = 102+123+168=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 168 - color contains mainly: blue. Hex color #667BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667BA8 is #998457. Grayscale: #797979. Windows color (decimal): -10060888 or 11041638. OLE color: 11041638.

HSL color Cylindrical-coordinate representation of color #667BA8: hue angle of 220.91º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #667BA8 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 123 168 -
CMYK 0.39 0.27 0 0.34
HSL 220.91º 0.28% 0.53% -
HSV(B) 220.91º 0.39% 0.66% -
XYZ 19.63 19.82 39.84 -
YUV 121.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 102 123 168 0.39 0.27 0 0.34 220.91 0.28 0.53
Hex 66 7B A8 27 1B 0 22 DD 1C 35
Octal 146 173 250 47 33 0 42 335 34 65
Binary 1100110 1111011 10101000 100111 11011 0 100010 11011101 11100 110101

Color Harmonies of #667BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667BA8

Black with #667BA8

Text Example


Text Example

White with #667BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667BA8; }

 p { color: rgb(102,123,168); }

 H1.HeaderClassName
 {
   color: #667BA8;
 }
 .AnyTagClassName
 {
   color: #667BA8;
 }
</style>

background-color css

<style>
 a { background-color: #667BA8; }

 a { background-color: rgb(102,123,168); }

 div.DivClassName
 {
   background-color: #667BA8;
 }
 .BgClassName
 {
   background-color: #667BA8;
 }
</style>

border-color css

<style>
 span { border-color: #667BA8; }

 span { border-color: rgb(102,123,168); }

 td.TdClassName
 {
   border-color: #667BA8;
 }
 .TagClassName
 {
   border-color: #667BA8;
 }
</style>