Html Css Color HEX #605D80 Comet

📋 copy color: '#605D80'

red 96 ◦ green 93 ◦ blue 128

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

Shades of Comet #605D80

Tints of Comet #605D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.34%

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 30.28%
G = 29.34%
B = 40.38%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#605D80 (or 0x605D80) is known color: Comet. HEX triplet: 60, 5D and 80. RGB value is (96,93,128). Sum of RGB (Red+Green+Blue) = 96+93+128=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #605D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605D80 is #9FA27F. Grayscale: #616161. Windows color (decimal): -10461824 or 8412512. OLE color: 8412512.

HSL color Cylindrical-coordinate representation of color #605D80: hue angle of 245.14º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #605D80 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 93 128 -
CMYK 0.25 0.27 0 0.50
HSL 245.14º 0.16% 0.43% -
HSV(B) 245.14º 0.27% 0.5% -
XYZ 12.63 11.87 22.05 -
YUV 97.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 96 93 128 0.25 0.27 0 0.50 245.14 0.16 0.43
Hex 60 5D 80 19 1B 0 32 F5 10 2B
Octal 140 135 200 31 33 0 62 365 20 53
Binary 1100000 1011101 10000000 11001 11011 0 110010 11110101 10000 101011

Color Harmonies of #605D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605D80

Black with #605D80

Text Example


Text Example

White with #605D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,93,128); }

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

background-color css

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

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

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

border-color css

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

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

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