Html Css Color HEX #606185 Comet

📋 copy color: '#606185'

red 96 ◦ green 97 ◦ blue 133

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

Shades of Comet #606185

Tints of Comet #606185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 29.45%
G = 29.75%
B = 40.8%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606185 (or 0x606185) is known color: Comet. HEX triplet: 60, 61 and 85. RGB value is (96,97,133). Sum of RGB (Red+Green+Blue) = 96+97+133=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #606185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606185 is #9F9E7A. Grayscale: #646464. Windows color (decimal): -10460795 or 8741216. OLE color: 8741216.

HSL color Cylindrical-coordinate representation of color #606185: hue angle of 238.38º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #606185 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 97 133 -
CMYK 0.28 0.27 0 0.48
HSL 238.38º 0.16% 0.45% -
HSV(B) 238.38º 0.28% 0.52% -
XYZ 13.33 12.73 23.94 -
YUV 100.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 96 97 133 0.28 0.27 0 0.48 238.38 0.16 0.45
Hex 60 61 85 1C 1B 0 30 EE 10 2D
Octal 140 141 205 34 33 0 60 356 20 55
Binary 1100000 1100001 10000101 11100 11011 0 110000 11101110 10000 101101

Color Harmonies of #606185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606185

Black with #606185

Text Example


Text Example

White with #606185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606185; }

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

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

background-color css

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

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

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

border-color css

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

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

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