Html Css Color HEX #6552CA Slate Blue

📋 copy color: '#6552CA'

red 101 ◦ green 82 ◦ blue 202

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

Shades of Slate Blue #6552CA

Tints of Slate Blue #6552CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 26.23%
G = 21.3%
B = 52.47%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6552CA (or 0x6552CA) is known color: Slate Blue. HEX triplet: 65, 52 and CA. RGB value is (101,82,202). Sum of RGB (Red+Green+Blue) = 101+82+202=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #6552CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552CA is #9AAD35. Grayscale: #646464. Windows color (decimal): -10136886 or 13259365. OLE color: 13259365.

HSL color Cylindrical-coordinate representation of color #6552CA: hue angle of 249.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6552CA is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 82 202 -
CMYK 0.50 0.59 0 0.21
HSL 249.5º 0.53% 0.56% -
HSV(B) 249.5º 0.59% 0.79% -
XYZ 19.04 13.07 57.4 -
YUV 101.36 184.79 127.74 -
System Red Green Blue C M Y K H S L
Decimal 101 82 202 0.50 0.59 0 0.21 249.5 0.53 0.56
Hex 65 52 CA 32 3B 0 15 FA 35 38
Octal 145 122 312 62 73 0 25 372 65 70
Binary 1100101 1010010 11001010 110010 111011 0 10101 11111010 110101 111000

Color Harmonies of #6552CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552CA

Black with #6552CA

Text Example


Text Example

White with #6552CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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