Html Css Color HEX #667DAB Ship Cove

📋 copy color: '#667DAB'

red 102 ◦ green 125 ◦ blue 171

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

Shades of Ship Cove #667DAB

Tints of Ship Cove #667DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 25.63%
G = 31.41%
B = 42.96%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#667DAB (or 0x667DAB) is known color: Ship Cove. HEX triplet: 66, 7D and AB. RGB value is (102,125,171). Sum of RGB (Red+Green+Blue) = 102+125+171=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #667DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DAB is #998254. Grayscale: #7B7B7B. Windows color (decimal): -10060373 or 11238758. OLE color: 11238758.

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

Color convert

RGB 102 125 171 -
CMYK 0.40 0.27 0 0.33
HSL 220º 0.29% 0.54% -
HSV(B) 220º 0.4% 0.67% -
XYZ 20.16 20.43 41.41 -
YUV 123.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 102 125 171 0.40 0.27 0 0.33 220 0.29 0.54
Hex 66 7D AB 28 1B 0 21 DC 1D 36
Octal 146 175 253 50 33 0 41 334 35 66
Binary 1100110 1111101 10101011 101000 11011 0 100001 11011100 11101 110110

Color Harmonies of #667DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DAB

Black with #667DAB

Text Example


Text Example

White with #667DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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