Html Css Color HEX #616483 Comet

📋 copy color: '#616483'

red 97 ◦ green 100 ◦ blue 131

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

Shades of Comet #616483

Tints of Comet #616483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 131 (51.56% from 255) = 39.94%

R = 29.57%
G = 30.49%
B = 39.94%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616483 (or 0x616483) is known color: Comet. HEX triplet: 61, 64 and 83. RGB value is (97,100,131). Sum of RGB (Red+Green+Blue) = 97+100+131=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #616483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616483 is #9E9B7C. Grayscale: #666666. Windows color (decimal): -10394493 or 8610913. OLE color: 8610913.

HSL color Cylindrical-coordinate representation of color #616483: hue angle of 234.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #616483 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 100 131 -
CMYK 0.26 0.24 0 0.49
HSL 234.71º 0.15% 0.45% -
HSV(B) 234.71º 0.26% 0.51% -
XYZ 13.58 13.29 23.32 -
YUV 102.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 97 100 131 0.26 0.24 0 0.49 234.71 0.15 0.45
Hex 61 64 83 1A 18 0 31 EB F 2D
Octal 141 144 203 32 30 0 61 353 17 55
Binary 1100001 1100100 10000011 11010 11000 0 110001 11101011 1111 101101

Color Harmonies of #616483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616483

Black with #616483

Text Example


Text Example

White with #616483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616483; }

 p { color: rgb(97,100,131); }

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

background-color css

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

 a { background-color: rgb(97,100,131); }

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

border-color css

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

 span { border-color: rgb(97,100,131); }

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