Html Css Color HEX #6348DD Slate Blue

📋 copy color: '#6348DD'

red 99 ◦ green 72 ◦ blue 221

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

Shades of Slate Blue #6348DD

Tints of Slate Blue #6348DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.38%

R = 25.26%
G = 18.37%
B = 56.38%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6348DD (or 0x6348DD) is known color: Slate Blue. HEX triplet: 63, 48 and DD. RGB value is (99,72,221). Sum of RGB (Red+Green+Blue) = 99+72+221=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #6348DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348DD is #9CB722. Grayscale: #606060. Windows color (decimal): -10270499 or 14501987. OLE color: 14501987.

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

Color convert

RGB 99 72 221 -
CMYK 0.55 0.67 0 0.13
HSL 250.87º 0.69% 0.57% -
HSV(B) 250.87º 0.67% 0.87% -
XYZ 20.51 12.51 69.74 -
YUV 97.06 197.95 129.38 -
System Red Green Blue C M Y K H S L
Decimal 99 72 221 0.55 0.67 0 0.13 250.87 0.69 0.57
Hex 63 48 DD 37 43 0 D FB 45 39
Octal 143 110 335 67 103 0 15 373 105 71
Binary 1100011 1001000 11011101 110111 1000011 0 1101 11111011 1000101 111001

Color Harmonies of #6348DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6348DD

Black with #6348DD

Text Example


Text Example

White with #6348DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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