Html Css Color HEX #606085 Comet

📋 copy color: '#606085'

red 96 ◦ green 96 ◦ blue 133

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

Shades of Comet #606085

Tints of Comet #606085

RGB

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

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

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

R = 29.54%
G = 29.54%
B = 40.92%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606085 (or 0x606085) is known color: Comet. HEX triplet: 60, 60 and 85. RGB value is (96,96,133). Sum of RGB (Red+Green+Blue) = 96+96+133=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #606085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606085 is #9F9F7A. Grayscale: #646464. Windows color (decimal): -10461051 or 8740960. OLE color: 8740960.

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

Color convert

RGB 96 96 133 -
CMYK 0.28 0.28 0 0.48
HSL 240º 0.16% 0.45% -
HSV(B) 240º 0.28% 0.52% -
XYZ 13.24 12.55 23.91 -
YUV 100.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 96 96 133 0.28 0.28 0 0.48 240 0.16 0.45
Hex 60 60 85 1C 1C 0 30 F0 10 2D
Octal 140 140 205 34 34 0 60 360 20 55
Binary 1100000 1100000 10000101 11100 11100 0 110000 11110000 10000 101101

Color Harmonies of #606085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606085

Black with #606085

Text Example


Text Example

White with #606085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606085; }

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

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

background-color css

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

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

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

border-color css

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

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

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