Html Css Color HEX #667FAB Ship Cove

📋 copy color: '#667FAB'

red 102 ◦ green 127 ◦ blue 171

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

Shades of Ship Cove #667FAB

Tints of Ship Cove #667FAB

RGB

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

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

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

R = 25.5%
G = 31.75%
B = 42.75%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#667FAB (or 0x667FAB) is known color: Ship Cove. HEX triplet: 66, 7F and AB. RGB value is (102,127,171). Sum of RGB (Red+Green+Blue) = 102+127+171=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #667FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FAB is #998054. Grayscale: #7C7C7C. Windows color (decimal): -10059861 or 11239270. OLE color: 11239270.

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

Color convert

RGB 102 127 171 -
CMYK 0.40 0.26 0 0.33
HSL 218.26º 0.29% 0.54% -
HSV(B) 218.26º 0.4% 0.67% -
XYZ 20.42 20.94 41.49 -
YUV 124.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 102 127 171 0.40 0.26 0 0.33 218.26 0.29 0.54
Hex 66 7F AB 28 1A 0 21 DA 1D 36
Octal 146 177 253 50 32 0 41 332 35 66
Binary 1100110 1111111 10101011 101000 11010 0 100001 11011010 11101 110110

Color Harmonies of #667FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FAB

Black with #667FAB

Text Example


Text Example

White with #667FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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