Html Css Color HEX #666F73 Pale Sky

📋 copy color: '#666F73'

red 102 ◦ green 111 ◦ blue 115

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

Shades of Pale Sky #666F73

Tints of Pale Sky #666F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.84%

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 31.1%
G = 33.84%
B = 35.06%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#666F73 (or 0x666F73) is known color: Pale Sky. HEX triplet: 66, 6F and 73. RGB value is (102,111,115). Sum of RGB (Red+Green+Blue) = 102+111+115=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: blue. Hex color #666F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F73 is #99908C. Grayscale: #6C6C6C. Windows color (decimal): -10064013 or 7565158. OLE color: 7565158.

HSL color Cylindrical-coordinate representation of color #666F73: hue angle of 198.46º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666F73 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 111 115 -
CMYK 0.11 0.03 0 0.55
HSL 198.46º 0.06% 0.43% -
HSV(B) 198.46º 0.11% 0.45% -
XYZ 14.26 15.43 18.45 -
YUV 108.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 102 111 115 0.11 0.03 0 0.55 198.46 0.06 0.43
Hex 66 6F 73 B 3 0 37 C6 6 2B
Octal 146 157 163 13 3 0 67 306 6 53
Binary 1100110 1101111 1110011 1011 11 0 110111 11000110 110 101011

Color Harmonies of #666F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F73

Black with #666F73

Text Example


Text Example

White with #666F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,111,115); }

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

background-color css

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

 a { background-color: rgb(102,111,115); }

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

border-color css

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

 span { border-color: rgb(102,111,115); }

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