Html Css Color HEX #6252D3 Slate Blue

📋 copy color: '#6252D3'

red 98 ◦ green 82 ◦ blue 211

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

Shades of Slate Blue #6252D3

Tints of Slate Blue #6252D3

RGB

 RED value IS 98 (38.67% from 255) = 25.06%

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

 BLUE value IS 211 (82.81% from 255) = 53.96%

R = 25.06%
G = 20.97%
B = 53.96%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6252D3 (or 0x6252D3) is known color: Slate Blue. HEX triplet: 62, 52 and D3. RGB value is (98,82,211). Sum of RGB (Red+Green+Blue) = 98+82+211=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #6252D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252D3 is #9DAD2C. Grayscale: #646464. Windows color (decimal): -10333485 or 13849186. OLE color: 13849186.

HSL color Cylindrical-coordinate representation of color #6252D3: hue angle of 247.44º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6252D3 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 98 82 211 -
CMYK 0.54 0.61 0 0.17
HSL 247.44º 0.59% 0.57% -
HSV(B) 247.44º 0.61% 0.83% -
XYZ 19.81 13.33 63.16 -
YUV 101.49 189.8 125.51 -
System Red Green Blue C M Y K H S L
Decimal 98 82 211 0.54 0.61 0 0.17 247.44 0.59 0.57
Hex 62 52 D3 36 3D 0 11 F7 3B 39
Octal 142 122 323 66 75 0 21 367 73 71
Binary 1100010 1010010 11010011 110110 111101 0 10001 11110111 111011 111001

Color Harmonies of #6252D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6252D3

Black with #6252D3

Text Example


Text Example

White with #6252D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6252D3; }

 p { color: rgb(98,82,211); }

 H1.HeaderClassName
 {
   color: #6252D3;
 }
 .AnyTagClassName
 {
   color: #6252D3;
 }
</style>

background-color css

<style>
 a { background-color: #6252D3; }

 a { background-color: rgb(98,82,211); }

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

border-color css

<style>
 span { border-color: #6252D3; }

 span { border-color: rgb(98,82,211); }

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