Html Css Color HEX #667DAC Ship Cove

📋 copy color: '#667DAC'

red 102 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #667DAC

Tints of Ship Cove #667DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 25.56%
G = 31.33%
B = 43.11%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#667DAC (or 0x667DAC) is known color: Ship Cove. HEX triplet: 66, 7D and AC. RGB value is (102,125,172). Sum of RGB (Red+Green+Blue) = 102+125+172=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #667DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DAC is #998253. Grayscale: #7B7B7B. Windows color (decimal): -10060372 or 11304294. OLE color: 11304294.

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

Color convert

RGB 102 125 172 -
CMYK 0.41 0.27 0 0.33
HSL 220.29º 0.3% 0.54% -
HSV(B) 220.29º 0.41% 0.67% -
XYZ 20.26 20.47 41.91 -
YUV 123.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 102 125 172 0.41 0.27 0 0.33 220.29 0.3 0.54
Hex 66 7D AC 29 1B 0 21 DC 1E 36
Octal 146 175 254 51 33 0 41 334 36 66
Binary 1100110 1111101 10101100 101001 11011 0 100001 11011100 11110 110110

Color Harmonies of #667DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DAC

Black with #667DAC

Text Example


Text Example

White with #667DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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