Html Css Color HEX #606869 Pale Sky

📋 copy color: '#606869'

red 96 ◦ green 104 ◦ blue 105

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

Shades of Pale Sky #606869

Tints of Pale Sky #606869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 31.48%
G = 34.1%
B = 34.43%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606869 (or 0x606869) is known color: Pale Sky. HEX triplet: 60, 68 and 69. RGB value is (96,104,105). Sum of RGB (Red+Green+Blue) = 96+104+105=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 105 - color contains mainly: blue. Hex color #606869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606869 is #9F9796. Grayscale: #656565. Windows color (decimal): -10459031 or 6908000. OLE color: 6908000.

HSL color Cylindrical-coordinate representation of color #606869: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #606869 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 105 -
CMYK 0.09 0.01 0 0.59
HSL 186.67º 0.04% 0.39% -
HSV(B) 186.67º 0.09% 0.41% -
XYZ 12.32 13.41 15.3 -
YUV 101.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 96 104 105 0.09 0.01 0 0.59 186.67 0.04 0.39
Hex 60 68 69 9 1 0 3B BB 4 27
Octal 140 150 151 11 1 0 73 273 4 47
Binary 1100000 1101000 1101001 1001 1 0 111011 10111011 100 100111

Color Harmonies of #606869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606869

Black with #606869

Text Example


Text Example

White with #606869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606869; }

 p { color: rgb(96,104,105); }

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

background-color css

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

 a { background-color: rgb(96,104,105); }

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

border-color css

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

 span { border-color: rgb(96,104,105); }

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