Html Css Color HEX #6552DE Slate Blue

📋 copy color: '#6552DE'

red 101 ◦ green 82 ◦ blue 222

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

Shades of Slate Blue #6552DE

Tints of Slate Blue #6552DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 24.94%
G = 20.25%
B = 54.81%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6552DE (or 0x6552DE) is known color: Slate Blue. HEX triplet: 65, 52 and DE. RGB value is (101,82,222). Sum of RGB (Red+Green+Blue) = 101+82+222=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #6552DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552DE is #9AAD21. Grayscale: #676767. Windows color (decimal): -10136866 or 14570085. OLE color: 14570085.

HSL color Cylindrical-coordinate representation of color #6552DE: hue angle of 248.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6552DE is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 82 222 -
CMYK 0.55 0.63 0 0.13
HSL 248.14º 0.68% 0.6% -
HSV(B) 248.14º 0.63% 0.87% -
XYZ 21.57 14.08 70.69 -
YUV 103.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 101 82 222 0.55 0.63 0 0.13 248.14 0.68 0.6
Hex 65 52 DE 37 3F 0 D F8 44 3C
Octal 145 122 336 67 77 0 15 370 104 74
Binary 1100101 1010010 11011110 110111 111111 0 1101 11111000 1000100 111100

Color Harmonies of #6552DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552DE

Black with #6552DE

Text Example


Text Example

White with #6552DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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