Html Css Color HEX #606C72 Pale Sky

📋 copy color: '#606C72'

red 96 ◦ green 108 ◦ blue 114

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

Shades of Pale Sky #606C72

Tints of Pale Sky #606C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 30.19%
G = 33.96%
B = 35.85%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#606C72 (or 0x606C72) is known color: Pale Sky. HEX triplet: 60, 6C and 72. RGB value is (96,108,114). Sum of RGB (Red+Green+Blue) = 96+108+114=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #606C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C72 is #9F938D. Grayscale: #696969. Windows color (decimal): -10457998 or 7498848. OLE color: 7498848.

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

Color convert

RGB 96 108 114 -
CMYK 0.16 0.05 0 0.55
HSL 200º 0.09% 0.41% -
HSV(B) 200º 0.16% 0.45% -
XYZ 13.22 14.43 18.01 -
YUV 105.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 96 108 114 0.16 0.05 0 0.55 200 0.09 0.41
Hex 60 6C 72 10 5 0 37 C8 9 29
Octal 140 154 162 20 5 0 67 310 11 51
Binary 1100000 1101100 1110010 10000 101 0 110111 11001000 1001 101001

Color Harmonies of #606C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606C72

Black with #606C72

Text Example


Text Example

White with #606C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606C72; }

 p { color: rgb(96,108,114); }

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

background-color css

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

 a { background-color: rgb(96,108,114); }

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

border-color css

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

 span { border-color: rgb(96,108,114); }

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