Html Css Color HEX #606863 Sirocco

📋 copy color: '#606863'

red 96 ◦ green 104 ◦ blue 99

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

Shades of Sirocco #606863

Tints of Sirocco #606863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 32.11%
G = 34.78%
B = 33.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#606863 (or 0x606863) is known color: Sirocco. HEX triplet: 60, 68 and 63. RGB value is (96,104,99). Sum of RGB (Red+Green+Blue) = 96+104+99=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 104 - color contains mainly: green. Hex color #606863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606863 is #9F979C. Grayscale: #656565. Windows color (decimal): -10459037 or 6514784. OLE color: 6514784.

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

Color convert

RGB 96 104 99 -
CMYK 0.08 0 0.05 0.59
HSL 142.5º 0.04% 0.39% -
HSV(B) 142.5º 0.08% 0.41% -
XYZ 12.03 13.29 13.74 -
YUV 101.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 96 104 99 0.08 0 0.05 0.59 142.5 0.04 0.39
Hex 60 68 63 8 0 5 3B 8E 4 27
Octal 140 150 143 10 0 5 73 216 4 47
Binary 1100000 1101000 1100011 1000 0 101 111011 10001110 100 100111

Color Harmonies of #606863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606863

Black with #606863

Text Example


Text Example

White with #606863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606863; }

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

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

background-color css

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

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

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

border-color css

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

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

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