Html Css Color HEX #606769 Pale Sky

📋 copy color: '#606769'

red 96 ◦ green 103 ◦ blue 105

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

Shades of Pale Sky #606769

Tints of Pale Sky #606769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.88%

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

R = 31.58%
G = 33.88%
B = 34.54%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606769 (or 0x606769) is known color: Pale Sky. HEX triplet: 60, 67 and 69. RGB value is (96,103,105). Sum of RGB (Red+Green+Blue) = 96+103+105=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 105 - color contains mainly: blue. Hex color #606769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606769 is #9F9896. Grayscale: #656565. Windows color (decimal): -10459287 or 6907744. OLE color: 6907744.

HSL color Cylindrical-coordinate representation of color #606769: hue angle of 193.33º 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 #606769 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 103 105 -
CMYK 0.09 0.02 0 0.59
HSL 193.33º 0.04% 0.39% -
HSV(B) 193.33º 0.09% 0.41% -
XYZ 12.22 13.21 15.27 -
YUV 101.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 96 103 105 0.09 0.02 0 0.59 193.33 0.04 0.39
Hex 60 67 69 9 2 0 3B C1 4 27
Octal 140 147 151 11 2 0 73 301 4 47
Binary 1100000 1100111 1101001 1001 10 0 111011 11000001 100 100111

Color Harmonies of #606769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606769

Black with #606769

Text Example


Text Example

White with #606769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606769; }

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

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

background-color css

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

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

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

border-color css

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

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

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