Html Css Color HEX #6252CE Slate Blue

📋 copy color: '#6252CE'

red 98 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #6252CE

Tints of Slate Blue #6252CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 25.39%
G = 21.24%
B = 53.37%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6252CE (or 0x6252CE) is known color: Slate Blue. HEX triplet: 62, 52 and CE. RGB value is (98,82,206). Sum of RGB (Red+Green+Blue) = 98+82+206=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #6252CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252CE is #9DAD31. Grayscale: #646464. Windows color (decimal): -10333490 or 13521506. OLE color: 13521506.

HSL color Cylindrical-coordinate representation of color #6252CE: hue angle of 247.74º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6252CE is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 82 206 -
CMYK 0.52 0.60 0 0.19
HSL 247.74º 0.56% 0.56% -
HSV(B) 247.74º 0.6% 0.81% -
XYZ 19.19 13.09 59.91 -
YUV 100.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 98 82 206 0.52 0.60 0 0.19 247.74 0.56 0.56
Hex 62 52 CE 34 3C 0 13 F8 38 38
Octal 142 122 316 64 74 0 23 370 70 70
Binary 1100010 1010010 11001110 110100 111100 0 10011 11111000 111000 111000

Color Harmonies of #6252CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6252CE

Black with #6252CE

Text Example


Text Example

White with #6252CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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