Html Css Color HEX #667FAD Ship Cove

📋 copy color: '#667FAD'

red 102 ◦ green 127 ◦ blue 173

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

Shades of Ship Cove #667FAD

Tints of Ship Cove #667FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 25.37%
G = 31.59%
B = 43.03%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#667FAD (or 0x667FAD) is known color: Ship Cove. HEX triplet: 66, 7F and AD. RGB value is (102,127,173). Sum of RGB (Red+Green+Blue) = 102+127+173=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #667FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FAD is #998052. Grayscale: #7C7C7C. Windows color (decimal): -10059859 or 11370342. OLE color: 11370342.

HSL color Cylindrical-coordinate representation of color #667FAD: hue angle of 218.87º degrees, saturation: 0.3, 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 #667FAD is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 127 173 -
CMYK 0.41 0.27 0 0.32
HSL 218.87º 0.3% 0.54% -
HSV(B) 218.87º 0.41% 0.68% -
XYZ 20.61 21.02 42.51 -
YUV 124.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 102 127 173 0.41 0.27 0 0.32 218.87 0.3 0.54
Hex 66 7F AD 29 1B 0 20 DB 1E 36
Octal 146 177 255 51 33 0 40 333 36 66
Binary 1100110 1111111 10101101 101001 11011 0 100000 11011011 11110 110110

Color Harmonies of #667FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FAD

Black with #667FAD

Text Example


Text Example

White with #667FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,127,173); }

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

background-color css

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

 a { background-color: rgb(102,127,173); }

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

border-color css

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

 span { border-color: rgb(102,127,173); }

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