Html Css Color HEX #606068 Comet

📋 copy color: '#606068'

red 96 ◦ green 96 ◦ blue 104

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

Shades of Comet #606068

Tints of Comet #606068

RGB

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

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

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

R = 32.43%
G = 32.43%
B = 35.14%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606068 (or 0x606068) is known color: Comet. HEX triplet: 60, 60 and 68. RGB value is (96,96,104). Sum of RGB (Red+Green+Blue) = 96+96+104=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 104 - color contains mainly: blue. Hex color #606068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606068 is #9F9F97. Grayscale: #606060. Windows color (decimal): -10461080 or 6840416. OLE color: 6840416.

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

Color convert

RGB 96 96 104 -
CMYK 0.08 0.08 0 0.59
HSL 240º 0.04% 0.39% -
HSV(B) 240º 0.08% 0.41% -
XYZ 11.51 11.85 14.78 -
YUV 96.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 96 96 104 0.08 0.08 0 0.59 240 0.04 0.39
Hex 60 60 68 8 8 0 3B F0 4 27
Octal 140 140 150 10 10 0 73 360 4 47
Binary 1100000 1100000 1101000 1000 1000 0 111011 11110000 100 100111

Color Harmonies of #606068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606068

Black with #606068

Text Example


Text Example

White with #606068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606068; }

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

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

background-color css

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

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

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

border-color css

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

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

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