Html Css Color HEX #6352CE Slate Blue

📋 copy color: '#6352CE'

red 99 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #6352CE

Tints of Slate Blue #6352CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 25.58%
G = 21.19%
B = 53.23%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6352CE (or 0x6352CE) is known color: Slate Blue. HEX triplet: 63, 52 and CE. RGB value is (99,82,206). Sum of RGB (Red+Green+Blue) = 99+82+206=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #6352CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6352CE is #9CAD31. Grayscale: #646464. Windows color (decimal): -10267954 or 13521507. OLE color: 13521507.

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

Color convert

RGB 99 82 206 -
CMYK 0.52 0.60 0 0.19
HSL 248.23º 0.56% 0.56% -
HSV(B) 248.23º 0.6% 0.81% -
XYZ 19.3 13.14 59.91 -
YUV 101.22 187.13 126.42 -
System Red Green Blue C M Y K H S L
Decimal 99 82 206 0.52 0.60 0 0.19 248.23 0.56 0.56
Hex 63 52 CE 34 3C 0 13 F8 38 38
Octal 143 122 316 64 74 0 23 370 70 70
Binary 1100011 1010010 11001110 110100 111100 0 10011 11111000 111000 111000

Color Harmonies of #6352CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6352CE

Black with #6352CE

Text Example


Text Example

White with #6352CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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