Html Css Color HEX #6254DF Slate Blue

📋 copy color: '#6254DF'

red 98 ◦ green 84 ◦ blue 223

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

Shades of Slate Blue #6254DF

Tints of Slate Blue #6254DF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.74%

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 24.2%
G = 20.74%
B = 55.06%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6254DF (or 0x6254DF) is known color: Slate Blue. HEX triplet: 62, 54 and DF. RGB value is (98,84,223). Sum of RGB (Red+Green+Blue) = 98+84+223=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #6254DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254DF is #9DAB20. Grayscale: #676767. Windows color (decimal): -10332961 or 14636130. OLE color: 14636130.

HSL color Cylindrical-coordinate representation of color #6254DF: hue angle of 246.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6254DF is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 84 223 -
CMYK 0.56 0.62 0 0.13
HSL 246.04º 0.68% 0.6% -
HSV(B) 246.04º 0.62% 0.87% -
XYZ 21.53 14.27 71.43 -
YUV 104.03 195.14 123.7 -
System Red Green Blue C M Y K H S L
Decimal 98 84 223 0.56 0.62 0 0.13 246.04 0.68 0.6
Hex 62 54 DF 38 3E 0 D F6 44 3C
Octal 142 124 337 70 76 0 15 366 104 74
Binary 1100010 1010100 11011111 111000 111110 0 1101 11110110 1000100 111100

Color Harmonies of #6254DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6254DF

Black with #6254DF

Text Example


Text Example

White with #6254DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6254DF; }

 p { color: rgb(98,84,223); }

 H1.HeaderClassName
 {
   color: #6254DF;
 }
 .AnyTagClassName
 {
   color: #6254DF;
 }
</style>

background-color css

<style>
 a { background-color: #6254DF; }

 a { background-color: rgb(98,84,223); }

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

border-color css

<style>
 span { border-color: #6254DF; }

 span { border-color: rgb(98,84,223); }

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