Html Css Color HEX #6348DE Slate Blue

📋 copy color: '#6348DE'

red 99 ◦ green 72 ◦ blue 222

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

Shades of Slate Blue #6348DE

Tints of Slate Blue #6348DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.49%

R = 25.19%
G = 18.32%
B = 56.49%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6348DE (or 0x6348DE) is known color: Slate Blue. HEX triplet: 63, 48 and DE. RGB value is (99,72,222). Sum of RGB (Red+Green+Blue) = 99+72+222=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #6348DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348DE is #9CB721. Grayscale: #606060. Windows color (decimal): -10270498 or 14567523. OLE color: 14567523.

HSL color Cylindrical-coordinate representation of color #6348DE: hue angle of 250.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6348DE is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 72 222 -
CMYK 0.55 0.68 0 0.13
HSL 250.8º 0.69% 0.58% -
HSV(B) 250.8º 0.68% 0.87% -
XYZ 20.65 12.56 70.44 -
YUV 97.17 198.45 129.3 -
System Red Green Blue C M Y K H S L
Decimal 99 72 222 0.55 0.68 0 0.13 250.8 0.69 0.58
Hex 63 48 DE 37 44 0 D FB 45 3A
Octal 143 110 336 67 104 0 15 373 105 72
Binary 1100011 1001000 11011110 110111 1000100 0 1101 11111011 1000101 111010

Color Harmonies of #6348DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6348DE

Black with #6348DE

Text Example


Text Example

White with #6348DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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