Html Css Color HEX #6348CA Slate Blue

📋 copy color: '#6348CA'

red 99 ◦ green 72 ◦ blue 202

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

Shades of Slate Blue #6348CA

Tints of Slate Blue #6348CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.3%

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

R = 26.54%
G = 19.3%
B = 54.16%

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

#6348CA (or 0x6348CA) is known color: Slate Blue. HEX triplet: 63, 48 and CA. RGB value is (99,72,202). Sum of RGB (Red+Green+Blue) = 99+72+202=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #6348CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348CA is #9CB735. Grayscale: #5E5E5E. Windows color (decimal): -10270518 or 13256803. OLE color: 13256803.

HSL color Cylindrical-coordinate representation of color #6348CA: hue angle of 252.46º 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 #6348CA is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 72 202 -
CMYK 0.51 0.64 0 0.21
HSL 252.46º 0.55% 0.54% -
HSV(B) 252.46º 0.64% 0.79% -
XYZ 18.12 11.55 57.15 -
YUV 94.89 188.45 130.93 -
System Red Green Blue C M Y K H S L
Decimal 99 72 202 0.51 0.64 0 0.21 252.46 0.55 0.54
Hex 63 48 CA 33 40 0 15 FC 37 36
Octal 143 110 312 63 100 0 25 374 67 66
Binary 1100011 1001000 11001010 110011 1000000 0 10101 11111100 110111 110110

Color Harmonies of #6348CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6348CA

Black with #6348CA

Text Example


Text Example

White with #6348CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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