Html Css Color HEX #667FAF Ship Cove

📋 copy color: '#667FAF'

red 102 ◦ green 127 ◦ blue 175

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

Shades of Ship Cove #667FAF

Tints of Ship Cove #667FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 25.25%
G = 31.44%
B = 43.32%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#667FAF (or 0x667FAF) is known color: Ship Cove. HEX triplet: 66, 7F and AF. RGB value is (102,127,175). Sum of RGB (Red+Green+Blue) = 102+127+175=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #667FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FAF is #998050. Grayscale: #7C7C7C. Windows color (decimal): -10059857 or 11501414. OLE color: 11501414.

HSL color Cylindrical-coordinate representation of color #667FAF: hue angle of 219.45º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #667FAF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 127 175 -
CMYK 0.42 0.27 0 0.31
HSL 219.45º 0.31% 0.54% -
HSV(B) 219.45º 0.42% 0.69% -
XYZ 20.81 21.1 43.53 -
YUV 125 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 102 127 175 0.42 0.27 0 0.31 219.45 0.31 0.54
Hex 66 7F AF 2A 1B 0 1F DB 1F 36
Octal 146 177 257 52 33 0 37 333 37 66
Binary 1100110 1111111 10101111 101010 11011 0 11111 11011011 11111 110110

Color Harmonies of #667FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FAF

Black with #667FAF

Text Example


Text Example

White with #667FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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