Html Css Color HEX #666B6D Pale Sky

📋 copy color: '#666B6D'

red 102 ◦ green 107 ◦ blue 109

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

Shades of Pale Sky #666B6D

Tints of Pale Sky #666B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

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

R = 32.08%
G = 33.65%
B = 34.28%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#666B6D (or 0x666B6D) is known color: Pale Sky. HEX triplet: 66, 6B and 6D. RGB value is (102,107,109). Sum of RGB (Red+Green+Blue) = 102+107+109=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 109 - color contains mainly: blue. Hex color #666B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B6D is #999492. Grayscale: #696969. Windows color (decimal): -10065043 or 7170918. OLE color: 7170918.

HSL color Cylindrical-coordinate representation of color #666B6D: hue angle of 197.14º 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 #666B6D is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 107 109 -
CMYK 0.06 0.02 0 0.57
HSL 197.14º 0.03% 0.41% -
HSV(B) 197.14º 0.06% 0.43% -
XYZ 13.5 14.44 16.54 -
YUV 105.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 102 107 109 0.06 0.02 0 0.57 197.14 0.03 0.41
Hex 66 6B 6D 6 2 0 39 C5 3 29
Octal 146 153 155 6 2 0 71 305 3 51
Binary 1100110 1101011 1101101 110 10 0 111001 11000101 11 101001

Color Harmonies of #666B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B6D

Black with #666B6D

Text Example


Text Example

White with #666B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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