Html Css Color HEX #666E71 Pale Sky

📋 copy color: '#666E71'

red 102 ◦ green 110 ◦ blue 113

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

Shades of Pale Sky #666E71

Tints of Pale Sky #666E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.85%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 31.38%
G = 33.85%
B = 34.77%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#666E71 (or 0x666E71) is known color: Pale Sky. HEX triplet: 66, 6E and 71. RGB value is (102,110,113). Sum of RGB (Red+Green+Blue) = 102+110+113=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #666E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E71 is #99918E. Grayscale: #6B6B6B. Windows color (decimal): -10064271 or 7433830. OLE color: 7433830.

HSL color Cylindrical-coordinate representation of color #666E71: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #666E71 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 110 113 -
CMYK 0.10 0.03 0 0.56
HSL 196.36º 0.05% 0.42% -
HSV(B) 196.36º 0.1% 0.44% -
XYZ 14.04 15.17 17.81 -
YUV 107.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 102 110 113 0.10 0.03 0 0.56 196.36 0.05 0.42
Hex 66 6E 71 A 3 0 38 C4 5 2A
Octal 146 156 161 12 3 0 70 304 5 52
Binary 1100110 1101110 1110001 1010 11 0 111000 11000100 101 101010

Color Harmonies of #666E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666E71

Black with #666E71

Text Example


Text Example

White with #666E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666E71; }

 p { color: rgb(102,110,113); }

 H1.HeaderClassName
 {
   color: #666E71;
 }
 .AnyTagClassName
 {
   color: #666E71;
 }
</style>

background-color css

<style>
 a { background-color: #666E71; }

 a { background-color: rgb(102,110,113); }

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

border-color css

<style>
 span { border-color: #666E71; }

 span { border-color: rgb(102,110,113); }

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