Html Css Color HEX #667CAB Ship Cove

📋 copy color: '#667CAB'

red 102 ◦ green 124 ◦ blue 171

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

Shades of Ship Cove #667CAB

Tints of Ship Cove #667CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

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

R = 25.69%
G = 31.23%
B = 43.07%

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

#667CAB (or 0x667CAB) is known color: Ship Cove. HEX triplet: 66, 7C and AB. RGB value is (102,124,171). Sum of RGB (Red+Green+Blue) = 102+124+171=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #667CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CAB is #998354. Grayscale: #7A7A7A. Windows color (decimal): -10060629 or 11238502. OLE color: 11238502.

HSL color Cylindrical-coordinate representation of color #667CAB: hue angle of 220.87º 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 #667CAB is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 124 171 -
CMYK 0.40 0.27 0 0.33
HSL 220.87º 0.29% 0.54% -
HSV(B) 220.87º 0.4% 0.67% -
XYZ 20.04 20.18 41.37 -
YUV 122.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 102 124 171 0.40 0.27 0 0.33 220.87 0.29 0.54
Hex 66 7C AB 28 1B 0 21 DD 1D 36
Octal 146 174 253 50 33 0 41 335 35 66
Binary 1100110 1111100 10101011 101000 11011 0 100001 11011101 11101 110110

Color Harmonies of #667CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667CAB

Black with #667CAB

Text Example


Text Example

White with #667CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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