Html Css Color HEX #606168 Comet

📋 copy color: '#606168'

red 96 ◦ green 97 ◦ blue 104

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

Shades of Comet #606168

Tints of Comet #606168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

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

R = 32.32%
G = 32.66%
B = 35.02%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#606168 (or 0x606168) is known color: Comet. HEX triplet: 60, 61 and 68. RGB value is (96,97,104). Sum of RGB (Red+Green+Blue) = 96+97+104=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #606168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606168 is #9F9E97. Grayscale: #616161. Windows color (decimal): -10460824 or 6840672. OLE color: 6840672.

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

Color convert

RGB 96 97 104 -
CMYK 0.08 0.07 0 0.59
HSL 232.5º 0.04% 0.39% -
HSV(B) 232.5º 0.08% 0.41% -
XYZ 11.6 12.04 14.81 -
YUV 97.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 96 97 104 0.08 0.07 0 0.59 232.5 0.04 0.39
Hex 60 61 68 8 7 0 3B E8 4 27
Octal 140 141 150 10 7 0 73 350 4 47
Binary 1100000 1100001 1101000 1000 111 0 111011 11101000 100 100111

Color Harmonies of #606168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606168

Black with #606168

Text Example


Text Example

White with #606168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606168; }

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

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

background-color css

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

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

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

border-color css

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

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

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