Html Css Color HEX #616078 Comet

📋 copy color: '#616078'

red 97 ◦ green 96 ◦ blue 120

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

Shades of Comet #616078

Tints of Comet #616078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 30.99%
G = 30.67%
B = 38.34%

CMYK

 C value IS 0.19

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#616078 (or 0x616078) is known color: Comet. HEX triplet: 61, 60 and 78. RGB value is (97,96,120). Sum of RGB (Red+Green+Blue) = 97+96+120=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #616078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616078 is #9E9F87. Grayscale: #626262. Windows color (decimal): -10395528 or 7888993. OLE color: 7888993.

HSL color Cylindrical-coordinate representation of color #616078: hue angle of 242.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #616078 is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 96 120 -
CMYK 0.19 0.2 0 0.53
HSL 242.5º 0.11% 0.42% -
HSV(B) 242.5º 0.2% 0.47% -
XYZ 12.5 12.26 19.48 -
YUV 99.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 97 96 120 0.19 0.2 0 0.53 242.5 0.11 0.42
Hex 61 60 78 13 14 0 35 F2 B 2A
Octal 141 140 170 23 24 0 65 362 13 52
Binary 1100001 1100000 1111000 10011 10100 0 110101 11110010 1011 101010

Color Harmonies of #616078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616078

Black with #616078

Text Example


Text Example

White with #616078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616078; }

 p { color: rgb(97,96,120); }

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

background-color css

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

 a { background-color: rgb(97,96,120); }

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

border-color css

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

 span { border-color: rgb(97,96,120); }

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