Html Css Color HEX #6552CE Slate Blue

📋 copy color: '#6552CE'

red 101 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #6552CE

Tints of Slate Blue #6552CE

RGB

 RED value IS 101 (39.84% from 255) = 25.96%

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

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

R = 25.96%
G = 21.08%
B = 52.96%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6552CE (or 0x6552CE) is known color: Slate Blue. HEX triplet: 65, 52 and CE. RGB value is (101,82,206). Sum of RGB (Red+Green+Blue) = 101+82+206=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #6552CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552CE is #9AAD31. Grayscale: #656565. Windows color (decimal): -10136882 or 13521509. OLE color: 13521509.

HSL color Cylindrical-coordinate representation of color #6552CE: hue angle of 249.19º 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 #6552CE is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 82 206 -
CMYK 0.51 0.60 0 0.19
HSL 249.19º 0.56% 0.56% -
HSV(B) 249.19º 0.6% 0.81% -
XYZ 19.52 13.26 59.92 -
YUV 101.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 101 82 206 0.51 0.60 0 0.19 249.19 0.56 0.56
Hex 65 52 CE 33 3C 0 13 F9 38 38
Octal 145 122 316 63 74 0 23 371 70 70
Binary 1100101 1010010 11001110 110011 111100 0 10011 11111001 111000 111000

Color Harmonies of #6552CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552CE

Black with #6552CE

Text Example


Text Example

White with #6552CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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