Html Css Color HEX #617076 Pale Sky

📋 copy color: '#617076'

red 97 ◦ green 112 ◦ blue 118

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

Shades of Pale Sky #617076

Tints of Pale Sky #617076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.25%

 BLUE value IS 118 (46.48% from 255) = 36.09%

R = 29.66%
G = 34.25%
B = 36.09%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#617076 (or 0x617076) is known color: Pale Sky. HEX triplet: 61, 70 and 76. RGB value is (97,112,118). Sum of RGB (Red+Green+Blue) = 97+112+118=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #617076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617076 is #9E8F89. Grayscale: #6C6C6C. Windows color (decimal): -10391434 or 7762017. OLE color: 7762017.

HSL color Cylindrical-coordinate representation of color #617076: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #617076 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 112 118 -
CMYK 0.18 0.05 0 0.54
HSL 197.14º 0.1% 0.42% -
HSV(B) 197.14º 0.18% 0.46% -
XYZ 13.99 15.44 19.38 -
YUV 108.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 97 112 118 0.18 0.05 0 0.54 197.14 0.1 0.42
Hex 61 70 76 12 5 0 36 C5 A 2A
Octal 141 160 166 22 5 0 66 305 12 52
Binary 1100001 1110000 1110110 10010 101 0 110110 11000101 1010 101010

Color Harmonies of #617076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617076

Black with #617076

Text Example


Text Example

White with #617076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617076; }

 p { color: rgb(97,112,118); }

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

background-color css

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

 a { background-color: rgb(97,112,118); }

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

border-color css

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

 span { border-color: rgb(97,112,118); }

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