Html Css Color HEX #617074 Pale Sky

📋 copy color: '#617074'

red 97 ◦ green 112 ◦ blue 116

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

Shades of Pale Sky #617074

Tints of Pale Sky #617074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 29.85%
G = 34.46%
B = 35.69%

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

#617074 (or 0x617074) is known color: Pale Sky. HEX triplet: 61, 70 and 74. RGB value is (97,112,116). Sum of RGB (Red+Green+Blue) = 97+112+116=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 116 - color contains mainly: blue. Hex color #617074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617074 is #9E8F8B. Grayscale: #6B6B6B. Windows color (decimal): -10391436 or 7630945. OLE color: 7630945.

HSL color Cylindrical-coordinate representation of color #617074: hue angle of 192.63º degrees, saturation: 0.09, 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 #617074 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 112 116 -
CMYK 0.16 0.03 0 0.55
HSL 192.63º 0.09% 0.42% -
HSV(B) 192.63º 0.16% 0.45% -
XYZ 13.88 15.39 18.76 -
YUV 107.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 97 112 116 0.16 0.03 0 0.55 192.63 0.09 0.42
Hex 61 70 74 10 3 0 37 C1 9 2A
Octal 141 160 164 20 3 0 67 301 11 52
Binary 1100001 1110000 1110100 10000 11 0 110111 11000001 1001 101010

Color Harmonies of #617074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617074

Black with #617074

Text Example


Text Example

White with #617074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617074; }

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

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

background-color css

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

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

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

border-color css

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

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

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