Html Css Color HEX #605F84 Comet

📋 copy color: '#605F84'

red 96 ◦ green 95 ◦ blue 132

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

Shades of Comet #605F84

Tints of Comet #605F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

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

R = 29.72%
G = 29.41%
B = 40.87%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#605F84 (or 0x605F84) is known color: Comet. HEX triplet: 60, 5F and 84. RGB value is (96,95,132). Sum of RGB (Red+Green+Blue) = 96+95+132=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #605F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605F84 is #9FA07B. Grayscale: #636363. Windows color (decimal): -10461308 or 8675168. OLE color: 8675168.

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

Color convert

RGB 96 95 132 -
CMYK 0.27 0.28 0 0.48
HSL 241.62º 0.16% 0.45% -
HSV(B) 241.62º 0.28% 0.52% -
XYZ 13.08 12.34 23.52 -
YUV 99.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 96 95 132 0.27 0.28 0 0.48 241.62 0.16 0.45
Hex 60 5F 84 1B 1C 0 30 F2 10 2D
Octal 140 137 204 33 34 0 60 362 20 55
Binary 1100000 1011111 10000100 11011 11100 0 110000 11110010 10000 101101

Color Harmonies of #605F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F84

Black with #605F84

Text Example


Text Example

White with #605F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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