Html Css Color HEX #667DAF Ship Cove

📋 copy color: '#667DAF'

red 102 ◦ green 125 ◦ blue 175

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

Shades of Ship Cove #667DAF

Tints of Ship Cove #667DAF

RGB

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

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

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

R = 25.37%
G = 31.09%
B = 43.53%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#667DAF (or 0x667DAF) is known color: Ship Cove. HEX triplet: 66, 7D and AF. RGB value is (102,125,175). Sum of RGB (Red+Green+Blue) = 102+125+175=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #667DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DAF is #998250. Grayscale: #7B7B7B. Windows color (decimal): -10060369 or 11500902. OLE color: 11500902.

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

Color convert

RGB 102 125 175 -
CMYK 0.42 0.29 0 0.31
HSL 221.1º 0.31% 0.54% -
HSV(B) 221.1º 0.42% 0.69% -
XYZ 20.55 20.59 43.45 -
YUV 123.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 102 125 175 0.42 0.29 0 0.31 221.1 0.31 0.54
Hex 66 7D AF 2A 1D 0 1F DD 1F 36
Octal 146 175 257 52 35 0 37 335 37 66
Binary 1100110 1111101 10101111 101010 11101 0 11111 11011101 11111 110110

Color Harmonies of #667DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DAF

Black with #667DAF

Text Example


Text Example

White with #667DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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