Html Css Color HEX #6340DB Slate Blue

📋 copy color: '#6340DB'

red 99 ◦ green 64 ◦ blue 219

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

Shades of Slate Blue #6340DB

Tints of Slate Blue #6340DB

RGB

 RED value IS 99 (39.06% from 255) = 25.92%

 GREEN value IS 64 (25.39% from 255) = 16.75%

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

R = 25.92%
G = 16.75%
B = 57.33%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6340DB (or 0x6340DB) is known color: Slate Blue. HEX triplet: 63, 40 and DB. RGB value is (99,64,219). Sum of RGB (Red+Green+Blue) = 99+64+219=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #6340DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6340DB is #9CBF24. Grayscale: #5B5B5B. Windows color (decimal): -10272549 or 14368867. OLE color: 14368867.

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

Color convert

RGB 99 64 219 -
CMYK 0.55 0.71 0 0.14
HSL 253.55º 0.68% 0.55% -
HSV(B) 253.55º 0.71% 0.86% -
XYZ 19.77 11.43 68.18 -
YUV 92.14 199.6 132.9 -
System Red Green Blue C M Y K H S L
Decimal 99 64 219 0.55 0.71 0 0.14 253.55 0.68 0.55
Hex 63 40 DB 37 47 0 E FE 44 37
Octal 143 100 333 67 107 0 16 376 104 67
Binary 1100011 1000000 11011011 110111 1000111 0 1110 11111110 1000100 110111

Color Harmonies of #6340DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6340DB

Black with #6340DB

Text Example


Text Example

White with #6340DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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