Html Css Color HEX #667DAE Ship Cove

📋 copy color: '#667DAE'

red 102 ◦ green 125 ◦ blue 174

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

Shades of Ship Cove #667DAE

Tints of Ship Cove #667DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 25.44%
G = 31.17%
B = 43.39%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#667DAE (or 0x667DAE) is known color: Ship Cove. HEX triplet: 66, 7D and AE. RGB value is (102,125,174). Sum of RGB (Red+Green+Blue) = 102+125+174=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #667DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DAE is #998251. Grayscale: #7B7B7B. Windows color (decimal): -10060370 or 11435366. OLE color: 11435366.

HSL color Cylindrical-coordinate representation of color #667DAE: hue angle of 220.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #667DAE is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 125 174 -
CMYK 0.41 0.28 0 0.32
HSL 220.83º 0.31% 0.54% -
HSV(B) 220.83º 0.41% 0.68% -
XYZ 20.45 20.55 42.93 -
YUV 123.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 102 125 174 0.41 0.28 0 0.32 220.83 0.31 0.54
Hex 66 7D AE 29 1C 0 20 DD 1F 36
Octal 146 175 256 51 34 0 40 335 37 66
Binary 1100110 1111101 10101110 101001 11100 0 100000 11011101 11111 110110

Color Harmonies of #667DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DAE

Black with #667DAE

Text Example


Text Example

White with #667DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,125,174); }

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

background-color css

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

 a { background-color: rgb(102,125,174); }

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

border-color css

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

 span { border-color: rgb(102,125,174); }

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