Html Css Color HEX #606584 Comet

📋 copy color: '#606584'

red 96 ◦ green 101 ◦ blue 132

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

Shades of Comet #606584

Tints of Comet #606584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

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

R = 29.18%
G = 30.7%
B = 40.12%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606584 (or 0x606584) is known color: Comet. HEX triplet: 60, 65 and 84. RGB value is (96,101,132). Sum of RGB (Red+Green+Blue) = 96+101+132=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #606584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606584 is #9F9A7B. Grayscale: #666666. Windows color (decimal): -10459772 or 8676704. OLE color: 8676704.

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

Color convert

RGB 96 101 132 -
CMYK 0.27 0.23 0 0.48
HSL 231.67º 0.16% 0.45% -
HSV(B) 231.67º 0.27% 0.52% -
XYZ 13.64 13.46 23.71 -
YUV 103.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 96 101 132 0.27 0.23 0 0.48 231.67 0.16 0.45
Hex 60 65 84 1B 17 0 30 E8 10 2D
Octal 140 145 204 33 27 0 60 350 20 55
Binary 1100000 1100101 10000100 11011 10111 0 110000 11101000 10000 101101

Color Harmonies of #606584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606584

Black with #606584

Text Example


Text Example

White with #606584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606584; }

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

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

background-color css

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

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

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

border-color css

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

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

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