Html Css Color HEX #616085 Comet

📋 copy color: '#616085'

red 97 ◦ green 96 ◦ blue 133

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

Shades of Comet #616085

Tints of Comet #616085

RGB

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

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

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

R = 29.75%
G = 29.45%
B = 40.8%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#616085 (or 0x616085) is known color: Comet. HEX triplet: 61, 60 and 85. RGB value is (97,96,133). Sum of RGB (Red+Green+Blue) = 97+96+133=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #616085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616085 is #9E9F7A. Grayscale: #646464. Windows color (decimal): -10395515 or 8740961. OLE color: 8740961.

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

Color convert

RGB 97 96 133 -
CMYK 0.27 0.28 0 0.48
HSL 241.62º 0.16% 0.45% -
HSV(B) 241.62º 0.28% 0.52% -
XYZ 13.35 12.6 23.92 -
YUV 100.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 97 96 133 0.27 0.28 0 0.48 241.62 0.16 0.45
Hex 61 60 85 1B 1C 0 30 F2 10 2D
Octal 141 140 205 33 34 0 60 362 20 55
Binary 1100001 1100000 10000101 11011 11100 0 110000 11110010 10000 101101

Color Harmonies of #616085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616085

Black with #616085

Text Example


Text Example

White with #616085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616085; }

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

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

background-color css

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

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

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

border-color css

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

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

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