Html Css Color HEX #615F80 Comet

📋 copy color: '#615F80'

red 97 ◦ green 95 ◦ blue 128

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

Shades of Comet #615F80

Tints of Comet #615F80

RGB

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

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

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

R = 30.31%
G = 29.69%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#615F80 (or 0x615F80) is known color: Comet. HEX triplet: 61, 5F and 80. RGB value is (97,95,128). Sum of RGB (Red+Green+Blue) = 97+95+128=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #615F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615F80 is #9EA07F. Grayscale: #636363. Windows color (decimal): -10395776 or 8413025. OLE color: 8413025.

HSL color Cylindrical-coordinate representation of color #615F80: hue angle of 243.64º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #615F80 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 95 128 -
CMYK 0.24 0.26 0 0.50
HSL 243.64º 0.15% 0.44% -
HSV(B) 243.64º 0.26% 0.5% -
XYZ 12.92 12.28 22.11 -
YUV 99.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 97 95 128 0.24 0.26 0 0.50 243.64 0.15 0.44
Hex 61 5F 80 18 1A 0 32 F4 F 2C
Octal 141 137 200 30 32 0 62 364 17 54
Binary 1100001 1011111 10000000 11000 11010 0 110010 11110100 1111 101100

Color Harmonies of #615F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F80

Black with #615F80

Text Example


Text Example

White with #615F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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