Html Css Color HEX #6163DB Slate Blue

📋 copy color: '#6163DB'

red 97 ◦ green 99 ◦ blue 219

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

Shades of Slate Blue #6163DB

Tints of Slate Blue #6163DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 23.37%
G = 23.86%
B = 52.77%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6163DB (or 0x6163DB) is known color: Slate Blue. HEX triplet: 61, 63 and DB. RGB value is (97,99,219). Sum of RGB (Red+Green+Blue) = 97+99+219=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #6163DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6163DB is #9E9C24. Grayscale: #6F6F6F. Windows color (decimal): -10394661 or 14377825. OLE color: 14377825.

HSL color Cylindrical-coordinate representation of color #6163DB: hue angle of 239.02º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6163DB is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 99 219 -
CMYK 0.56 0.55 0 0.14
HSL 239.02º 0.63% 0.62% -
HSV(B) 239.02º 0.56% 0.86% -
XYZ 22.18 16.58 69.05 -
YUV 112.08 188.34 117.24 -
System Red Green Blue C M Y K H S L
Decimal 97 99 219 0.56 0.55 0 0.14 239.02 0.63 0.62
Hex 61 63 DB 38 37 0 E EF 3F 3E
Octal 141 143 333 70 67 0 16 357 77 76
Binary 1100001 1100011 11011011 111000 110111 0 1110 11101111 111111 111110

Color Harmonies of #6163DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6163DB

Black with #6163DB

Text Example


Text Example

White with #6163DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6163DB; }

 p { color: rgb(97,99,219); }

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

background-color css

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

 a { background-color: rgb(97,99,219); }

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

border-color css

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

 span { border-color: rgb(97,99,219); }

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