Html Css Color HEX #6347CA Slate Blue

📋 copy color: '#6347CA'

red 99 ◦ green 71 ◦ blue 202

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

Shades of Slate Blue #6347CA

Tints of Slate Blue #6347CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.09%

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

R = 26.61%
G = 19.09%
B = 54.3%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6347CA (or 0x6347CA) is known color: Slate Blue. HEX triplet: 63, 47 and CA. RGB value is (99,71,202). Sum of RGB (Red+Green+Blue) = 99+71+202=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #6347CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6347CA is #9CB835. Grayscale: #5D5D5D. Windows color (decimal): -10270774 or 13256547. OLE color: 13256547.

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

Color convert

RGB 99 71 202 -
CMYK 0.51 0.65 0 0.21
HSL 252.82º 0.55% 0.54% -
HSV(B) 252.82º 0.65% 0.79% -
XYZ 18.06 11.42 57.13 -
YUV 94.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 99 71 202 0.51 0.65 0 0.21 252.82 0.55 0.54
Hex 63 47 CA 33 41 0 15 FD 37 36
Octal 143 107 312 63 101 0 25 375 67 66
Binary 1100011 1000111 11001010 110011 1000001 0 10101 11111101 110111 110110

Color Harmonies of #6347CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6347CA

Black with #6347CA

Text Example


Text Example

White with #6347CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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