Html Css Color HEX #6552DD Slate Blue

📋 copy color: '#6552DD'

red 101 ◦ green 82 ◦ blue 221

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

Shades of Slate Blue #6552DD

Tints of Slate Blue #6552DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 25%
G = 20.3%
B = 54.7%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6552DD (or 0x6552DD) is known color: Slate Blue. HEX triplet: 65, 52 and DD. RGB value is (101,82,221). Sum of RGB (Red+Green+Blue) = 101+82+221=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #6552DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552DD is #9AAD22. Grayscale: #666666. Windows color (decimal): -10136867 or 14504549. OLE color: 14504549.

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

Color convert

RGB 101 82 221 -
CMYK 0.54 0.63 0 0.13
HSL 248.2º 0.67% 0.59% -
HSV(B) 248.2º 0.63% 0.87% -
XYZ 21.44 14.02 69.98 -
YUV 103.53 194.29 126.2 -
System Red Green Blue C M Y K H S L
Decimal 101 82 221 0.54 0.63 0 0.13 248.2 0.67 0.59
Hex 65 52 DD 36 3F 0 D F8 43 3B
Octal 145 122 335 66 77 0 15 370 103 73
Binary 1100101 1010010 11011101 110110 111111 0 1101 11111000 1000011 111011

Color Harmonies of #6552DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552DD

Black with #6552DD

Text Example


Text Example

White with #6552DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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