Html Css Color HEX #6346DB Slate Blue

📋 copy color: '#6346DB'

red 99 ◦ green 70 ◦ blue 219

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

Shades of Slate Blue #6346DB

Tints of Slate Blue #6346DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.04%

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

R = 25.52%
G = 18.04%
B = 56.44%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6346DB (or 0x6346DB) is known color: Slate Blue. HEX triplet: 63, 46 and DB. RGB value is (99,70,219). Sum of RGB (Red+Green+Blue) = 99+70+219=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #6346DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6346DB is #9CB924. Grayscale: #5F5F5F. Windows color (decimal): -10271013 or 14370403. OLE color: 14370403.

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

Color convert

RGB 99 70 219 -
CMYK 0.55 0.68 0 0.14
HSL 251.68º 0.67% 0.57% -
HSV(B) 251.68º 0.68% 0.86% -
XYZ 20.12 12.15 68.3 -
YUV 95.66 197.61 130.38 -
System Red Green Blue C M Y K H S L
Decimal 99 70 219 0.55 0.68 0 0.14 251.68 0.67 0.57
Hex 63 46 DB 37 44 0 E FC 43 39
Octal 143 106 333 67 104 0 16 374 103 71
Binary 1100011 1000110 11011011 110111 1000100 0 1110 11111100 1000011 111001

Color Harmonies of #6346DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6346DB

Black with #6346DB

Text Example


Text Example

White with #6346DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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