Html Css Color HEX #657074 Pale Sky

📋 copy color: '#657074'

red 101 ◦ green 112 ◦ blue 116

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

Shades of Pale Sky #657074

Tints of Pale Sky #657074

RGB

 RED value IS 101 (39.84% from 255) = 30.7%

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

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

R = 30.7%
G = 34.04%
B = 35.26%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#657074 (or 0x657074) is known color: Pale Sky. HEX triplet: 65, 70 and 74. RGB value is (101,112,116). Sum of RGB (Red+Green+Blue) = 101+112+116=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 116 - color contains mainly: blue. Hex color #657074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657074 is #9A8F8B. Grayscale: #6D6D6D. Windows color (decimal): -10129292 or 7630949. OLE color: 7630949.

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

Color convert

RGB 101 112 116 -
CMYK 0.13 0.03 0 0.55
HSL 196º 0.07% 0.43% -
HSV(B) 196º 0.13% 0.45% -
XYZ 14.31 15.62 18.78 -
YUV 109.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 101 112 116 0.13 0.03 0 0.55 196 0.07 0.43
Hex 65 70 74 D 3 0 37 C4 7 2B
Octal 145 160 164 15 3 0 67 304 7 53
Binary 1100101 1110000 1110100 1101 11 0 110111 11000100 111 101011

Color Harmonies of #657074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657074

Black with #657074

Text Example


Text Example

White with #657074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657074; }

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

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

background-color css

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

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

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

border-color css

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

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

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