Html Css Color HEX #605F7D Comet

📋 copy color: '#605F7D'

red 96 ◦ green 95 ◦ blue 125

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

Shades of Comet #605F7D

Tints of Comet #605F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 30.38%
G = 30.06%
B = 39.56%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#605F7D (or 0x605F7D) is known color: Comet. HEX triplet: 60, 5F and 7D. RGB value is (96,95,125). Sum of RGB (Red+Green+Blue) = 96+95+125=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #605F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F7D is #9FA082. Grayscale: #626262. Windows color (decimal): -10461315 or 8216416. OLE color: 8216416.

HSL color Cylindrical-coordinate representation of color #605F7D: hue angle of 242º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #605F7D is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 95 125 -
CMYK 0.23 0.24 0 0.51
HSL 242º 0.14% 0.43% -
HSV(B) 242º 0.24% 0.49% -
XYZ 12.62 12.15 21.08 -
YUV 98.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 96 95 125 0.23 0.24 0 0.51 242 0.14 0.43
Hex 60 5F 7D 17 18 0 33 F2 E 2B
Octal 140 137 175 27 30 0 63 362 16 53
Binary 1100000 1011111 1111101 10111 11000 0 110011 11110010 1110 101011

Color Harmonies of #605F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F7D

Black with #605F7D

Text Example


Text Example

White with #605F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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