Html Css Color HEX #6652C1 Slate Blue

📋 copy color: '#6652C1'

red 102 ◦ green 82 ◦ blue 193

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

Shades of Slate Blue #6652C1

Tints of Slate Blue #6652C1

RGB

 RED value IS 102 (40.23% from 255) = 27.06%

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

 BLUE value IS 193 (75.78% from 255) = 51.19%

R = 27.06%
G = 21.75%
B = 51.19%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6652C1 (or 0x6652C1) is known color: Slate Blue. HEX triplet: 66, 52 and C1. RGB value is (102,82,193). Sum of RGB (Red+Green+Blue) = 102+82+193=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #6652C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6652C1 is #99AD3E. Grayscale: #646464. Windows color (decimal): -10071359 or 12669542. OLE color: 12669542.

HSL color Cylindrical-coordinate representation of color #6652C1: hue angle of 250.81º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6652C1 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 82 193 -
CMYK 0.47 0.58 0 0.24
HSL 250.81º 0.47% 0.54% -
HSV(B) 250.81º 0.58% 0.76% -
XYZ 18.12 12.71 51.95 -
YUV 100.63 180.13 128.97 -
System Red Green Blue C M Y K H S L
Decimal 102 82 193 0.47 0.58 0 0.24 250.81 0.47 0.54
Hex 66 52 C1 2F 3A 0 18 FB 2F 36
Octal 146 122 301 57 72 0 30 373 57 66
Binary 1100110 1010010 11000001 101111 111010 0 11000 11111011 101111 110110

Color Harmonies of #6652C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6652C1

Black with #6652C1

Text Example


Text Example

White with #6652C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6652C1; }

 p { color: rgb(102,82,193); }

 H1.HeaderClassName
 {
   color: #6652C1;
 }
 .AnyTagClassName
 {
   color: #6652C1;
 }
</style>

background-color css

<style>
 a { background-color: #6652C1; }

 a { background-color: rgb(102,82,193); }

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

border-color css

<style>
 span { border-color: #6652C1; }

 span { border-color: rgb(102,82,193); }

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