Html Css Color HEX #607073 Pale Sky

📋 copy color: '#607073'

red 96 ◦ green 112 ◦ blue 115

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

Shades of Pale Sky #607073

Tints of Pale Sky #607073

RGB

 RED value IS 96 (37.89% from 255) = 29.72%

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

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

R = 29.72%
G = 34.67%
B = 35.6%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#607073 (or 0x607073) is known color: Pale Sky. HEX triplet: 60, 70 and 73. RGB value is (96,112,115). Sum of RGB (Red+Green+Blue) = 96+112+115=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #607073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607073 is #9F8F8C. Grayscale: #6B6B6B. Windows color (decimal): -10456973 or 7565408. OLE color: 7565408.

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

Color convert

RGB 96 112 115 -
CMYK 0.17 0.03 0 0.55
HSL 189.47º 0.09% 0.41% -
HSV(B) 189.47º 0.17% 0.45% -
XYZ 13.71 15.31 18.45 -
YUV 107.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 96 112 115 0.17 0.03 0 0.55 189.47 0.09 0.41
Hex 60 70 73 11 3 0 37 BD 9 29
Octal 140 160 163 21 3 0 67 275 11 51
Binary 1100000 1110000 1110011 10001 11 0 110111 10111101 1001 101001

Color Harmonies of #607073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607073

Black with #607073

Text Example


Text Example

White with #607073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607073; }

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

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

background-color css

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

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

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

border-color css

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

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

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