Html Css Color HEX #606668 Pale Sky

📋 copy color: '#606668'

red 96 ◦ green 102 ◦ blue 104

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

Shades of Pale Sky #606668

Tints of Pale Sky #606668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 31.79%
G = 33.77%
B = 34.44%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606668 (or 0x606668) is known color: Pale Sky. HEX triplet: 60, 66 and 68. RGB value is (96,102,104). Sum of RGB (Red+Green+Blue) = 96+102+104=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 104 - color contains mainly: blue. Hex color #606668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606668 is #9F9997. Grayscale: #646464. Windows color (decimal): -10459544 or 6841952. OLE color: 6841952.

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

Color convert

RGB 96 102 104 -
CMYK 0.08 0.02 0 0.59
HSL 195º 0.04% 0.39% -
HSV(B) 195º 0.08% 0.41% -
XYZ 12.07 12.99 14.97 -
YUV 100.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 96 102 104 0.08 0.02 0 0.59 195 0.04 0.39
Hex 60 66 68 8 2 0 3B C3 4 27
Octal 140 146 150 10 2 0 73 303 4 47
Binary 1100000 1100110 1101000 1000 10 0 111011 11000011 100 100111

Color Harmonies of #606668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606668

Black with #606668

Text Example


Text Example

White with #606668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606668; }

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

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

background-color css

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

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

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

border-color css

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

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

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