Html Css Color HEX #667FAA Ship Cove

📋 copy color: '#667FAA'

red 102 ◦ green 127 ◦ blue 170

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

Shades of Ship Cove #667FAA

Tints of Ship Cove #667FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

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

R = 25.56%
G = 31.83%
B = 42.61%

CMYK

 C value IS 0.4

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#667FAA (or 0x667FAA) is known color: Ship Cove. HEX triplet: 66, 7F and AA. RGB value is (102,127,170). Sum of RGB (Red+Green+Blue) = 102+127+170=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #667FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FAA is #998055. Grayscale: #7C7C7C. Windows color (decimal): -10059862 or 11173734. OLE color: 11173734.

HSL color Cylindrical-coordinate representation of color #667FAA: hue angle of 217.94º 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 #667FAA is Cyan = 0.4, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 127 170 -
CMYK 0.4 0.25 0 0.33
HSL 217.94º 0.29% 0.53% -
HSV(B) 217.94º 0.4% 0.67% -
XYZ 20.32 20.91 40.99 -
YUV 124.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 102 127 170 0.4 0.25 0 0.33 217.94 0.29 0.53
Hex 66 7F AA 28 19 0 21 DA 1D 35
Octal 146 177 252 50 31 0 41 332 35 65
Binary 1100110 1111111 10101010 101000 11001 0 100001 11011010 11101 110101

Color Harmonies of #667FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FAA

Black with #667FAA

Text Example


Text Example

White with #667FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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