Html Css Color HEX #6349D6 Slate Blue

📋 copy color: '#6349D6'

red 99 ◦ green 73 ◦ blue 214

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

Shades of Slate Blue #6349D6

Tints of Slate Blue #6349D6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.91%

 BLUE value IS 214 (83.98% from 255) = 55.44%

R = 25.65%
G = 18.91%
B = 55.44%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6349D6 (or 0x6349D6) is known color: Slate Blue. HEX triplet: 63, 49 and D6. RGB value is (99,73,214). Sum of RGB (Red+Green+Blue) = 99+73+214=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #6349D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6349D6 is #9CB629. Grayscale: #606060. Windows color (decimal): -10270250 or 14043491. OLE color: 14043491.

HSL color Cylindrical-coordinate representation of color #6349D6: hue angle of 251.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6349D6 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 73 214 -
CMYK 0.54 0.66 0 0.16
HSL 251.06º 0.63% 0.56% -
HSV(B) 251.06º 0.66% 0.84% -
XYZ 19.67 12.27 64.95 -
YUV 96.85 194.11 129.54 -
System Red Green Blue C M Y K H S L
Decimal 99 73 214 0.54 0.66 0 0.16 251.06 0.63 0.56
Hex 63 49 D6 36 42 0 10 FB 3F 38
Octal 143 111 326 66 102 0 20 373 77 70
Binary 1100011 1001001 11010110 110110 1000010 0 10000 11111011 111111 111000

Color Harmonies of #6349D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6349D6

Black with #6349D6

Text Example


Text Example

White with #6349D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6349D6; }

 p { color: rgb(99,73,214); }

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

background-color css

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

 a { background-color: rgb(99,73,214); }

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

border-color css

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

 span { border-color: rgb(99,73,214); }

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