Html Css Color HEX #605F85 Comet

📋 copy color: '#605F85'

red 96 ◦ green 95 ◦ blue 133

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

Shades of Comet #605F85

Tints of Comet #605F85

RGB

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

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

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

R = 29.63%
G = 29.32%
B = 41.05%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#605F85 (or 0x605F85) is known color: Comet. HEX triplet: 60, 5F and 85. RGB value is (96,95,133). Sum of RGB (Red+Green+Blue) = 96+95+133=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #605F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605F85 is #9FA07A. Grayscale: #636363. Windows color (decimal): -10461307 or 8740704. OLE color: 8740704.

HSL color Cylindrical-coordinate representation of color #605F85: hue angle of 241.58º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #605F85 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 95 133 -
CMYK 0.28 0.29 0 0.48
HSL 241.58º 0.17% 0.45% -
HSV(B) 241.58º 0.29% 0.52% -
XYZ 13.15 12.36 23.88 -
YUV 99.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 96 95 133 0.28 0.29 0 0.48 241.58 0.17 0.45
Hex 60 5F 85 1C 1D 0 30 F2 11 2D
Octal 140 137 205 34 35 0 60 362 21 55
Binary 1100000 1011111 10000101 11100 11101 0 110000 11110010 10001 101101

Color Harmonies of #605F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F85

Black with #605F85

Text Example


Text Example

White with #605F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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