Html Css Color HEX #6353CA Slate Blue

📋 copy color: '#6353CA'

red 99 ◦ green 83 ◦ blue 202

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

Shades of Slate Blue #6353CA

Tints of Slate Blue #6353CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

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

R = 25.78%
G = 21.61%
B = 52.6%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6353CA (or 0x6353CA) is known color: Slate Blue. HEX triplet: 63, 53 and CA. RGB value is (99,83,202). Sum of RGB (Red+Green+Blue) = 99+83+202=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #6353CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353CA is #9CAC35. Grayscale: #646464. Windows color (decimal): -10267702 or 13259619. OLE color: 13259619.

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

Color convert

RGB 99 83 202 -
CMYK 0.51 0.59 0 0.21
HSL 248.07º 0.53% 0.56% -
HSV(B) 248.07º 0.59% 0.79% -
XYZ 18.9 13.1 57.41 -
YUV 101.35 184.8 126.32 -
System Red Green Blue C M Y K H S L
Decimal 99 83 202 0.51 0.59 0 0.21 248.07 0.53 0.56
Hex 63 53 CA 33 3B 0 15 F8 35 38
Octal 143 123 312 63 73 0 25 370 65 70
Binary 1100011 1010011 11001010 110011 111011 0 10101 11111000 110101 111000

Color Harmonies of #6353CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6353CA

Black with #6353CA

Text Example


Text Example

White with #6353CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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