Html Css Color HEX #646C6F Pale Sky

📋 copy color: '#646C6F'

red 100 ◦ green 108 ◦ blue 111

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

Shades of Pale Sky #646C6F

Tints of Pale Sky #646C6F

RGB

 RED value IS 100 (39.45% from 255) = 31.35%

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 31.35%
G = 33.86%
B = 34.8%

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

#646C6F (or 0x646C6F) is known color: Pale Sky. HEX triplet: 64, 6C and 6F. RGB value is (100,108,111). Sum of RGB (Red+Green+Blue) = 100+108+111=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 111 - color contains mainly: blue. Hex color #646C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C6F is #9B9390. Grayscale: #696969. Windows color (decimal): -10195857 or 7302244. OLE color: 7302244.

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

Color convert

RGB 100 108 111 -
CMYK 0.10 0.03 0 0.56
HSL 196.36º 0.05% 0.41% -
HSV(B) 196.36º 0.1% 0.44% -
XYZ 13.49 14.58 17.14 -
YUV 105.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 100 108 111 0.10 0.03 0 0.56 196.36 0.05 0.41
Hex 64 6C 6F A 3 0 38 C4 5 29
Octal 144 154 157 12 3 0 70 304 5 51
Binary 1100100 1101100 1101111 1010 11 0 111000 11000100 101 101001

Color Harmonies of #646C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646C6F

Black with #646C6F

Text Example


Text Example

White with #646C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646C6F; }

 p { color: rgb(100,108,111); }

 H1.HeaderClassName
 {
   color: #646C6F;
 }
 .AnyTagClassName
 {
   color: #646C6F;
 }
</style>

background-color css

<style>
 a { background-color: #646C6F; }

 a { background-color: rgb(100,108,111); }

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

border-color css

<style>
 span { border-color: #646C6F; }

 span { border-color: rgb(100,108,111); }

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