Html Css Color HEX #6252DD Slate Blue

📋 copy color: '#6252DD'

red 98 ◦ green 82 ◦ blue 221

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

Shades of Slate Blue #6252DD

Tints of Slate Blue #6252DD

RGB

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

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

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

R = 24.44%
G = 20.45%
B = 55.11%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6252DD (or 0x6252DD) is known color: Slate Blue. HEX triplet: 62, 52 and DD. RGB value is (98,82,221). Sum of RGB (Red+Green+Blue) = 98+82+221=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #6252DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252DD is #9DAD22. Grayscale: #666666. Windows color (decimal): -10333475 or 14504546. OLE color: 14504546.

HSL color Cylindrical-coordinate representation of color #6252DD: hue angle of 246.91º 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 #6252DD is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 82 221 -
CMYK 0.56 0.63 0 0.13
HSL 246.91º 0.67% 0.59% -
HSV(B) 246.91º 0.63% 0.87% -
XYZ 21.11 13.85 69.97 -
YUV 102.63 194.8 124.7 -
System Red Green Blue C M Y K H S L
Decimal 98 82 221 0.56 0.63 0 0.13 246.91 0.67 0.59
Hex 62 52 DD 38 3F 0 D F7 43 3B
Octal 142 122 335 70 77 0 15 367 103 73
Binary 1100010 1010010 11011101 111000 111111 0 1101 11110111 1000011 111011

Color Harmonies of #6252DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6252DD

Black with #6252DD

Text Example


Text Example

White with #6252DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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