Html Css Color HEX #666A6B Pale Sky

📋 copy color: '#666A6B'

red 102 ◦ green 106 ◦ blue 107

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

Shades of Pale Sky #666A6B

Tints of Pale Sky #666A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.65%

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 32.38%
G = 33.65%
B = 33.97%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#666A6B (or 0x666A6B) is known color: Pale Sky. HEX triplet: 66, 6A and 6B. RGB value is (102,106,107). Sum of RGB (Red+Green+Blue) = 102+106+107=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 107 - color contains mainly: blue. Hex color #666A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A6B is #999594. Grayscale: #686868. Windows color (decimal): -10065301 or 7039590. OLE color: 7039590.

HSL color Cylindrical-coordinate representation of color #666A6B: hue angle of 192º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #666A6B is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 106 107 -
CMYK 0.05 0.01 0 0.58
HSL 192º 0.02% 0.41% -
HSV(B) 192º 0.05% 0.42% -
XYZ 13.29 14.19 15.95 -
YUV 104.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 102 106 107 0.05 0.01 0 0.58 192 0.02 0.41
Hex 66 6A 6B 5 1 0 3A C0 2 29
Octal 146 152 153 5 1 0 72 300 2 51
Binary 1100110 1101010 1101011 101 1 0 111010 11000000 10 101001

Color Harmonies of #666A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666A6B

Black with #666A6B

Text Example


Text Example

White with #666A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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