Html Css Color HEX #657075 Pale Sky

📋 copy color: '#657075'

red 101 ◦ green 112 ◦ blue 117

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

Shades of Pale Sky #657075

Tints of Pale Sky #657075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 30.61%
G = 33.94%
B = 35.45%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#657075 (or 0x657075) is known color: Pale Sky. HEX triplet: 65, 70 and 75. RGB value is (101,112,117). Sum of RGB (Red+Green+Blue) = 101+112+117=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: blue. Hex color #657075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657075 is #9A8F8A. Grayscale: #6D6D6D. Windows color (decimal): -10129291 or 7696485. OLE color: 7696485.

HSL color Cylindrical-coordinate representation of color #657075: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #657075 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 112 117 -
CMYK 0.14 0.04 0 0.54
HSL 198.75º 0.07% 0.43% -
HSV(B) 198.75º 0.14% 0.46% -
XYZ 14.37 15.64 19.09 -
YUV 109.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 101 112 117 0.14 0.04 0 0.54 198.75 0.07 0.43
Hex 65 70 75 E 4 0 36 C7 7 2B
Octal 145 160 165 16 4 0 66 307 7 53
Binary 1100101 1110000 1110101 1110 100 0 110110 11000111 111 101011

Color Harmonies of #657075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657075

Black with #657075

Text Example


Text Example

White with #657075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657075; }

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

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

background-color css

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

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

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

border-color css

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

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

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