Html Css Color HEX #6349CA Slate Blue

📋 copy color: '#6349CA'

red 99 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #6349CA

Tints of Slate Blue #6349CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.01%

R = 26.47%
G = 19.52%
B = 54.01%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6349CA (or 0x6349CA) is known color: Slate Blue. HEX triplet: 63, 49 and CA. RGB value is (99,73,202). Sum of RGB (Red+Green+Blue) = 99+73+202=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #6349CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6349CA is #9CB635. Grayscale: #5E5E5E. Windows color (decimal): -10270262 or 13257059. OLE color: 13257059.

HSL color Cylindrical-coordinate representation of color #6349CA: hue angle of 252.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6349CA is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 73 202 -
CMYK 0.51 0.64 0 0.21
HSL 252.09º 0.55% 0.54% -
HSV(B) 252.09º 0.64% 0.79% -
XYZ 18.19 11.68 57.17 -
YUV 95.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 99 73 202 0.51 0.64 0 0.21 252.09 0.55 0.54
Hex 63 49 CA 33 40 0 15 FC 37 36
Octal 143 111 312 63 100 0 25 374 67 66
Binary 1100011 1001001 11001010 110011 1000000 0 10101 11111100 110111 110110

Color Harmonies of #6349CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6349CA

Black with #6349CA

Text Example


Text Example

White with #6349CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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