Html Css Color HEX #667EAA Ship Cove

📋 copy color: '#667EAA'

red 102 ◦ green 126 ◦ blue 170

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

Shades of Ship Cove #667EAA

Tints of Ship Cove #667EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 25.63%
G = 31.66%
B = 42.71%

CMYK

 C value IS 0.4

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#667EAA (or 0x667EAA) is known color: Ship Cove. HEX triplet: 66, 7E and AA. RGB value is (102,126,170). Sum of RGB (Red+Green+Blue) = 102+126+170=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #667EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667EAA is #998155. Grayscale: #7B7B7B. Windows color (decimal): -10060118 or 11173478. OLE color: 11173478.

HSL color Cylindrical-coordinate representation of color #667EAA: hue angle of 218.82º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #667EAA is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 126 170 -
CMYK 0.4 0.26 0 0.33
HSL 218.82º 0.29% 0.53% -
HSV(B) 218.82º 0.4% 0.67% -
XYZ 20.2 20.65 40.95 -
YUV 123.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 102 126 170 0.4 0.26 0 0.33 218.82 0.29 0.53
Hex 66 7E AA 28 1A 0 21 DB 1D 35
Octal 146 176 252 50 32 0 41 333 35 65
Binary 1100110 1111110 10101010 101000 11010 0 100001 11011011 11101 110101

Color Harmonies of #667EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667EAA

Black with #667EAA

Text Example


Text Example

White with #667EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,126,170); }

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

background-color css

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

 a { background-color: rgb(102,126,170); }

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

border-color css

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

 span { border-color: rgb(102,126,170); }

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