Html Css Color HEX #616C6E Pale Sky

📋 copy color: '#616C6E'

red 97 ◦ green 108 ◦ blue 110

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

Shades of Pale Sky #616C6E

Tints of Pale Sky #616C6E

RGB

 RED value IS 97 (38.28% from 255) = 30.79%

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 30.79%
G = 34.29%
B = 34.92%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#616C6E (or 0x616C6E) is known color: Pale Sky. HEX triplet: 61, 6C and 6E. RGB value is (97,108,110). Sum of RGB (Red+Green+Blue) = 97+108+110=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 110 - color contains mainly: blue. Hex color #616C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C6E is #9E9391. Grayscale: #686868. Windows color (decimal): -10392466 or 7236705. OLE color: 7236705.

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

Color convert

RGB 97 108 110 -
CMYK 0.12 0.02 0 0.57
HSL 189.23º 0.06% 0.41% -
HSV(B) 189.23º 0.12% 0.43% -
XYZ 13.11 14.39 16.84 -
YUV 104.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 97 108 110 0.12 0.02 0 0.57 189.23 0.06 0.41
Hex 61 6C 6E C 2 0 39 BD 6 29
Octal 141 154 156 14 2 0 71 275 6 51
Binary 1100001 1101100 1101110 1100 10 0 111001 10111101 110 101001

Color Harmonies of #616C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C6E

Black with #616C6E

Text Example


Text Example

White with #616C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616C6E; }

 p { color: rgb(97,108,110); }

 H1.HeaderClassName
 {
   color: #616C6E;
 }
 .AnyTagClassName
 {
   color: #616C6E;
 }
</style>

background-color css

<style>
 a { background-color: #616C6E; }

 a { background-color: rgb(97,108,110); }

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

border-color css

<style>
 span { border-color: #616C6E; }

 span { border-color: rgb(97,108,110); }

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