Html Css Color HEX #6353E4 Slate Blue

📋 copy color: '#6353E4'

red 99 ◦ green 83 ◦ blue 228

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

Shades of Slate Blue #6353E4

Tints of Slate Blue #6353E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 55.61%

R = 24.15%
G = 20.24%
B = 55.61%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6353E4 (or 0x6353E4) is known color: Slate Blue. HEX triplet: 63, 53 and E4. RGB value is (99,83,228). Sum of RGB (Red+Green+Blue) = 99+83+228=410 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.15% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #6353E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353E4 is #9CAC1B. Grayscale: #676767. Windows color (decimal): -10267676 or 14963555. OLE color: 14963555.

HSL color Cylindrical-coordinate representation of color #6353E4: hue angle of 246.62º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6353E4 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 99 83 228 -
CMYK 0.57 0.64 0 0.11
HSL 246.62º 0.73% 0.61% -
HSV(B) 246.62º 0.64% 0.89% -
XYZ 22.24 14.44 75.01 -
YUV 104.31 197.8 124.21 -
System Red Green Blue C M Y K H S L
Decimal 99 83 228 0.57 0.64 0 0.11 246.62 0.73 0.61
Hex 63 53 E4 39 40 0 B F7 49 3D
Octal 143 123 344 71 100 0 13 367 111 75
Binary 1100011 1010011 11100100 111001 1000000 0 1011 11110111 1001001 111101

Color Harmonies of #6353E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6353E4

Black with #6353E4

Text Example


Text Example

White with #6353E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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