Html Css Color HEX #606075 Comet

📋 copy color: '#606075'

red 96 ◦ green 96 ◦ blue 117

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

Shades of Comet #606075

Tints of Comet #606075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 31.07%
G = 31.07%
B = 37.86%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606075 (or 0x606075) is known color: Comet. HEX triplet: 60, 60 and 75. RGB value is (96,96,117). Sum of RGB (Red+Green+Blue) = 96+96+117=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #606075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606075 is #9F9F8A. Grayscale: #626262. Windows color (decimal): -10461067 or 7692384. OLE color: 7692384.

HSL color Cylindrical-coordinate representation of color #606075: hue angle of 240º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606075 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 96 117 -
CMYK 0.18 0.18 0 0.54
HSL 240º 0.1% 0.42% -
HSV(B) 240º 0.18% 0.46% -
XYZ 12.22 12.14 18.53 -
YUV 98.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 96 96 117 0.18 0.18 0 0.54 240 0.1 0.42
Hex 60 60 75 12 12 0 36 F0 A 2A
Octal 140 140 165 22 22 0 66 360 12 52
Binary 1100000 1100000 1110101 10010 10010 0 110110 11110000 1010 101010

Color Harmonies of #606075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606075

Black with #606075

Text Example


Text Example

White with #606075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606075; }

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

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

background-color css

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

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

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

border-color css

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

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

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