Html Css Color HEX #6352DB Slate Blue

📋 copy color: '#6352DB'

red 99 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #6352DB

Tints of Slate Blue #6352DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 24.75%
G = 20.5%
B = 54.75%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6352DB (or 0x6352DB) is known color: Slate Blue. HEX triplet: 63, 52 and DB. RGB value is (99,82,219). Sum of RGB (Red+Green+Blue) = 99+82+219=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #6352DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6352DB is #9CAD24. Grayscale: #666666. Windows color (decimal): -10267941 or 14373475. OLE color: 14373475.

HSL color Cylindrical-coordinate representation of color #6352DB: hue angle of 247.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6352DB is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 82 219 -
CMYK 0.55 0.63 0 0.14
HSL 247.45º 0.66% 0.59% -
HSV(B) 247.45º 0.63% 0.86% -
XYZ 20.95 13.8 68.58 -
YUV 102.7 193.63 125.36 -
System Red Green Blue C M Y K H S L
Decimal 99 82 219 0.55 0.63 0 0.14 247.45 0.66 0.59
Hex 63 52 DB 37 3F 0 E F7 42 3B
Octal 143 122 333 67 77 0 16 367 102 73
Binary 1100011 1010010 11011011 110111 111111 0 1110 11110111 1000010 111011

Color Harmonies of #6352DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6352DB

Black with #6352DB

Text Example


Text Example

White with #6352DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6352DB; }

 p { color: rgb(99,82,219); }

 H1.HeaderClassName
 {
   color: #6352DB;
 }
 .AnyTagClassName
 {
   color: #6352DB;
 }
</style>

background-color css

<style>
 a { background-color: #6352DB; }

 a { background-color: rgb(99,82,219); }

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

border-color css

<style>
 span { border-color: #6352DB; }

 span { border-color: rgb(99,82,219); }

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