Html Css Color HEX #6552E4 Slate Blue

📋 copy color: '#6552E4'

red 101 ◦ green 82 ◦ blue 228

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

Shades of Slate Blue #6552E4

Tints of Slate Blue #6552E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 55.47%

R = 24.57%
G = 19.95%
B = 55.47%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6552E4 (or 0x6552E4) is known color: Slate Blue. HEX triplet: 65, 52 and E4. RGB value is (101,82,228). Sum of RGB (Red+Green+Blue) = 101+82+228=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #6552E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552E4 is #9AAD1B. Grayscale: #676767. Windows color (decimal): -10136860 or 14963301. OLE color: 14963301.

HSL color Cylindrical-coordinate representation of color #6552E4: hue angle of 247.81º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6552E4 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 101 82 228 -
CMYK 0.56 0.64 0 0.11
HSL 247.81º 0.73% 0.61% -
HSV(B) 247.81º 0.64% 0.89% -
XYZ 22.39 14.4 75 -
YUV 104.33 197.79 125.63 -
System Red Green Blue C M Y K H S L
Decimal 101 82 228 0.56 0.64 0 0.11 247.81 0.73 0.61
Hex 65 52 E4 38 40 0 B F8 49 3D
Octal 145 122 344 70 100 0 13 370 111 75
Binary 1100101 1010010 11100100 111000 1000000 0 1011 11111000 1001001 111101

Color Harmonies of #6552E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552E4

Black with #6552E4

Text Example


Text Example

White with #6552E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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