Html Css Color HEX #6346DC Slate Blue

📋 copy color: '#6346DC'

red 99 ◦ green 70 ◦ blue 220

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

Shades of Slate Blue #6346DC

Tints of Slate Blue #6346DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 25.45%
G = 17.99%
B = 56.56%

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

#6346DC (or 0x6346DC) is known color: Slate Blue. HEX triplet: 63, 46 and DC. RGB value is (99,70,220). Sum of RGB (Red+Green+Blue) = 99+70+220=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #6346DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6346DC is #9CB923. Grayscale: #5F5F5F. Windows color (decimal): -10271012 or 14435939. OLE color: 14435939.

HSL color Cylindrical-coordinate representation of color #6346DC: hue angle of 251.6º degrees, saturation: 0.68, 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 #6346DC is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 70 220 -
CMYK 0.55 0.68 0 0.14
HSL 251.6º 0.68% 0.57% -
HSV(B) 251.6º 0.68% 0.86% -
XYZ 20.25 12.2 69 -
YUV 95.77 198.11 130.3 -
System Red Green Blue C M Y K H S L
Decimal 99 70 220 0.55 0.68 0 0.14 251.6 0.68 0.57
Hex 63 46 DC 37 44 0 E FC 44 39
Octal 143 106 334 67 104 0 16 374 104 71
Binary 1100011 1000110 11011100 110111 1000100 0 1110 11111100 1000100 111001

Color Harmonies of #6346DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6346DC

Black with #6346DC

Text Example


Text Example

White with #6346DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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