Html Css Color HEX #606084 Comet

📋 copy color: '#606084'

red 96 ◦ green 96 ◦ blue 132

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

Shades of Comet #606084

Tints of Comet #606084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.74%

R = 29.63%
G = 29.63%
B = 40.74%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606084 (or 0x606084) is known color: Comet. HEX triplet: 60, 60 and 84. RGB value is (96,96,132). Sum of RGB (Red+Green+Blue) = 96+96+132=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #606084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606084 is #9F9F7B. Grayscale: #636363. Windows color (decimal): -10461052 or 8675424. OLE color: 8675424.

HSL color Cylindrical-coordinate representation of color #606084: 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.27%. Process color model (Four color, CMYK) of #606084 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 96 132 -
CMYK 0.27 0.27 0 0.48
HSL 240º 0.16% 0.45% -
HSV(B) 240º 0.27% 0.52% -
XYZ 13.17 12.52 23.55 -
YUV 100.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 96 96 132 0.27 0.27 0 0.48 240 0.16 0.45
Hex 60 60 84 1B 1B 0 30 F0 10 2D
Octal 140 140 204 33 33 0 60 360 20 55
Binary 1100000 1100000 10000100 11011 11011 0 110000 11110000 10000 101101

Color Harmonies of #606084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606084

Black with #606084

Text Example


Text Example

White with #606084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606084; }

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

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

background-color css

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

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

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

border-color css

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

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

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