Html Css Color HEX #615F71 Comet

📋 copy color: '#615F71'

red 97 ◦ green 95 ◦ blue 113

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

Shades of Comet #615F71

Tints of Comet #615F71

RGB

 RED value IS 97 (38.28% from 255) = 31.8%

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

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 31.8%
G = 31.15%
B = 37.05%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#615F71 (or 0x615F71) is known color: Comet. HEX triplet: 61, 5F and 71. RGB value is (97,95,113). Sum of RGB (Red+Green+Blue) = 97+95+113=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #615F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F71 is #9EA08E. Grayscale: #616161. Windows color (decimal): -10395791 or 7429985. OLE color: 7429985.

HSL color Cylindrical-coordinate representation of color #615F71: hue angle of 246.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #615F71 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 95 113 -
CMYK 0.14 0.16 0 0.56
HSL 246.67º 0.09% 0.41% -
HSV(B) 246.67º 0.16% 0.44% -
XYZ 12 11.92 17.29 -
YUV 97.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 97 95 113 0.14 0.16 0 0.56 246.67 0.09 0.41
Hex 61 5F 71 E 10 0 38 F7 9 29
Octal 141 137 161 16 20 0 70 367 11 51
Binary 1100001 1011111 1110001 1110 10000 0 111000 11110111 1001 101001

Color Harmonies of #615F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F71

Black with #615F71

Text Example


Text Example

White with #615F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615F71; }

 p { color: rgb(97,95,113); }

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

background-color css

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

 a { background-color: rgb(97,95,113); }

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

border-color css

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

 span { border-color: rgb(97,95,113); }

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