Html Css Color HEX #6349DF Slate Blue

📋 copy color: '#6349DF'

red 99 ◦ green 73 ◦ blue 223

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

Shades of Slate Blue #6349DF

Tints of Slate Blue #6349DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 25.06%
G = 18.48%
B = 56.46%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6349DF (or 0x6349DF) is known color: Slate Blue. HEX triplet: 63, 49 and DF. RGB value is (99,73,223). Sum of RGB (Red+Green+Blue) = 99+73+223=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #6349DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6349DF is #9CB620. Grayscale: #616161. Windows color (decimal): -10270241 or 14633315. OLE color: 14633315.

HSL color Cylindrical-coordinate representation of color #6349DF: hue angle of 250.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6349DF is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 73 223 -
CMYK 0.56 0.67 0 0.13
HSL 250.4º 0.7% 0.58% -
HSV(B) 250.4º 0.67% 0.87% -
XYZ 20.85 12.75 71.17 -
YUV 97.87 198.61 128.8 -
System Red Green Blue C M Y K H S L
Decimal 99 73 223 0.56 0.67 0 0.13 250.4 0.7 0.58
Hex 63 49 DF 38 43 0 D FA 46 3A
Octal 143 111 337 70 103 0 15 372 106 72
Binary 1100011 1001001 11011111 111000 1000011 0 1101 11111010 1000110 111010

Color Harmonies of #6349DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6349DF

Black with #6349DF

Text Example


Text Example

White with #6349DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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