Html Css Color HEX #6352CD Slate Blue

📋 copy color: '#6352CD'

red 99 ◦ green 82 ◦ blue 205

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

Shades of Slate Blue #6352CD

Tints of Slate Blue #6352CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 25.65%
G = 21.24%
B = 53.11%

CMYK

 C value IS 0.52

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6352CD (or 0x6352CD) is known color: Slate Blue. HEX triplet: 63, 52 and CD. RGB value is (99,82,205). Sum of RGB (Red+Green+Blue) = 99+82+205=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #6352CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6352CD is #9CAD32. Grayscale: #646464. Windows color (decimal): -10267955 or 13455971. OLE color: 13455971.

HSL color Cylindrical-coordinate representation of color #6352CD: hue angle of 248.29º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6352CD is Cyan = 0.52, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 82 205 -
CMYK 0.52 0.6 0 0.20
HSL 248.29º 0.55% 0.56% -
HSV(B) 248.29º 0.6% 0.8% -
XYZ 19.18 13.1 59.27 -
YUV 101.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 99 82 205 0.52 0.6 0 0.20 248.29 0.55 0.56
Hex 63 52 CD 34 3C 0 14 F8 37 38
Octal 143 122 315 64 74 0 24 370 67 70
Binary 1100011 1010010 11001101 110100 111100 0 10100 11111000 110111 111000

Color Harmonies of #6352CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6352CD

Black with #6352CD

Text Example


Text Example

White with #6352CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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