Html Css Color HEX #667EAF Ship Cove

📋 copy color: '#667EAF'

red 102 ◦ green 126 ◦ blue 175

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

Shades of Ship Cove #667EAF

Tints of Ship Cove #667EAF

RGB

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

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

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

R = 25.31%
G = 31.27%
B = 43.42%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#667EAF (or 0x667EAF) is known color: Ship Cove. HEX triplet: 66, 7E and AF. RGB value is (102,126,175). Sum of RGB (Red+Green+Blue) = 102+126+175=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #667EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667EAF is #998150. Grayscale: #7C7C7C. Windows color (decimal): -10060113 or 11501158. OLE color: 11501158.

HSL color Cylindrical-coordinate representation of color #667EAF: hue angle of 220.27º 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 #667EAF is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 126 175 -
CMYK 0.42 0.28 0 0.31
HSL 220.27º 0.31% 0.54% -
HSV(B) 220.27º 0.42% 0.69% -
XYZ 20.68 20.84 43.49 -
YUV 124.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 102 126 175 0.42 0.28 0 0.31 220.27 0.31 0.54
Hex 66 7E AF 2A 1C 0 1F DC 1F 36
Octal 146 176 257 52 34 0 37 334 37 66
Binary 1100110 1111110 10101111 101010 11100 0 11111 11011100 11111 110110

Color Harmonies of #667EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667EAF

Black with #667EAF

Text Example


Text Example

White with #667EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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