Html Css Color HEX #666C6D Pale Sky

📋 copy color: '#666C6D'

red 102 ◦ green 108 ◦ blue 109

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

Shades of Pale Sky #666C6D

Tints of Pale Sky #666C6D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 31.97%
G = 33.86%
B = 34.17%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#666C6D (or 0x666C6D) is known color: Pale Sky. HEX triplet: 66, 6C and 6D. RGB value is (102,108,109). Sum of RGB (Red+Green+Blue) = 102+108+109=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 109 - color contains mainly: blue. Hex color #666C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C6D is #999392. Grayscale: #6A6A6A. Windows color (decimal): -10064787 or 7171174. OLE color: 7171174.

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

Color convert

RGB 102 108 109 -
CMYK 0.06 0.01 0 0.57
HSL 188.57º 0.03% 0.41% -
HSV(B) 188.57º 0.06% 0.43% -
XYZ 13.6 14.65 16.58 -
YUV 106.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 102 108 109 0.06 0.01 0 0.57 188.57 0.03 0.41
Hex 66 6C 6D 6 1 0 39 BD 3 29
Octal 146 154 155 6 1 0 71 275 3 51
Binary 1100110 1101100 1101101 110 1 0 111001 10111101 11 101001

Color Harmonies of #666C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666C6D

Black with #666C6D

Text Example


Text Example

White with #666C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,108,109); }

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

background-color css

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

 a { background-color: rgb(102,108,109); }

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

border-color css

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

 span { border-color: rgb(102,108,109); }

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