Html Css Color HEX #617073 Pale Sky

📋 copy color: '#617073'

red 97 ◦ green 112 ◦ blue 115

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

Shades of Pale Sky #617073

Tints of Pale Sky #617073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 29.94%
G = 34.57%
B = 35.49%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#617073 (or 0x617073) is known color: Pale Sky. HEX triplet: 61, 70 and 73. RGB value is (97,112,115). Sum of RGB (Red+Green+Blue) = 97+112+115=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #617073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617073 is #9E8F8C. Grayscale: #6B6B6B. Windows color (decimal): -10391437 or 7565409. OLE color: 7565409.

HSL color Cylindrical-coordinate representation of color #617073: hue angle of 190º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #617073 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 112 115 -
CMYK 0.16 0.03 0 0.55
HSL 190º 0.08% 0.42% -
HSV(B) 190º 0.16% 0.45% -
XYZ 13.82 15.37 18.46 -
YUV 107.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 97 112 115 0.16 0.03 0 0.55 190 0.08 0.42
Hex 61 70 73 10 3 0 37 BE 8 2A
Octal 141 160 163 20 3 0 67 276 10 52
Binary 1100001 1110000 1110011 10000 11 0 110111 10111110 1000 101010

Color Harmonies of #617073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617073

Black with #617073

Text Example


Text Example

White with #617073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617073; }

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

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

background-color css

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

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

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

border-color css

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

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

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