Html Css Color HEX #6552EA Slate Blue

📋 copy color: '#6552EA'

red 101 ◦ green 82 ◦ blue 234

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

Shades of Slate Blue #6552EA

Tints of Slate Blue #6552EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 24.22%
G = 19.66%
B = 56.12%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6552EA (or 0x6552EA) is known color: Slate Blue. HEX triplet: 65, 52 and EA. RGB value is (101,82,234). Sum of RGB (Red+Green+Blue) = 101+82+234=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #6552EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6552EA is #9AAD15. Grayscale: #686868. Windows color (decimal): -10136854 or 15356517. OLE color: 15356517.

HSL color Cylindrical-coordinate representation of color #6552EA: hue angle of 247.5º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6552EA is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 82 234 -
CMYK 0.57 0.65 0 0.08
HSL 247.5º 0.78% 0.62% -
HSV(B) 247.5º 0.65% 0.92% -
XYZ 23.24 14.74 79.46 -
YUV 105.01 200.79 125.14 -
System Red Green Blue C M Y K H S L
Decimal 101 82 234 0.57 0.65 0 0.08 247.5 0.78 0.62
Hex 65 52 EA 39 41 0 8 F8 4E 3E
Octal 145 122 352 71 101 0 10 370 116 76
Binary 1100101 1010010 11101010 111001 1000001 0 1000 11111000 1001110 111110

Color Harmonies of #6552EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552EA

Black with #6552EA

Text Example


Text Example

White with #6552EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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