Html Css Color HEX #606063 Comet

📋 copy color: '#606063'

red 96 ◦ green 96 ◦ blue 99

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

Shades of Comet #606063

Tints of Comet #606063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

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

R = 32.99%
G = 32.99%
B = 34.02%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#606063 (or 0x606063) is known color: Comet. HEX triplet: 60, 60 and 63. RGB value is (96,96,99). Sum of RGB (Red+Green+Blue) = 96+96+99=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 99 - color contains mainly: blue. Hex color #606063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606063 is #9F9F9C. Grayscale: #606060. Windows color (decimal): -10461085 or 6512736. OLE color: 6512736.

HSL color Cylindrical-coordinate representation of color #606063: hue angle of 240º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #606063 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 96 99 -
CMYK 0.03 0.03 0 0.61
HSL 240º 0.02% 0.38% -
HSV(B) 240º 0.03% 0.39% -
XYZ 11.26 11.75 13.48 -
YUV 96.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 96 96 99 0.03 0.03 0 0.61 240 0.02 0.38
Hex 60 60 63 3 3 0 3D F0 2 26
Octal 140 140 143 3 3 0 75 360 2 46
Binary 1100000 1100000 1100011 11 11 0 111101 11110000 10 100110

Color Harmonies of #606063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606063

Black with #606063

Text Example


Text Example

White with #606063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606063; }

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

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

background-color css

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

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

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

border-color css

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

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

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