Html Css Color HEX #6353DA Slate Blue

📋 copy color: '#6353DA'

red 99 ◦ green 83 ◦ blue 218

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

Shades of Slate Blue #6353DA

Tints of Slate Blue #6353DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.5%

R = 24.75%
G = 20.75%
B = 54.5%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6353DA (or 0x6353DA) is known color: Slate Blue. HEX triplet: 63, 53 and DA. RGB value is (99,83,218). Sum of RGB (Red+Green+Blue) = 99+83+218=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #6353DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353DA is #9CAC25. Grayscale: #666666. Windows color (decimal): -10267686 or 14308195. OLE color: 14308195.

HSL color Cylindrical-coordinate representation of color #6353DA: hue angle of 247.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6353DA is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 83 218 -
CMYK 0.55 0.62 0 0.15
HSL 247.11º 0.65% 0.59% -
HSV(B) 247.11º 0.62% 0.85% -
XYZ 20.89 13.9 67.91 -
YUV 103.17 192.8 125.02 -
System Red Green Blue C M Y K H S L
Decimal 99 83 218 0.55 0.62 0 0.15 247.11 0.65 0.59
Hex 63 53 DA 37 3E 0 F F7 41 3B
Octal 143 123 332 67 76 0 17 367 101 73
Binary 1100011 1010011 11011010 110111 111110 0 1111 11110111 1000001 111011

Color Harmonies of #6353DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6353DA

Black with #6353DA

Text Example


Text Example

White with #6353DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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