Html Css Color HEX #6454DF Slate Blue

📋 copy color: '#6454DF'

red 100 ◦ green 84 ◦ blue 223

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

Shades of Slate Blue #6454DF

Tints of Slate Blue #6454DF

RGB

 RED value IS 100 (39.45% from 255) = 24.57%

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

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

R = 24.57%
G = 20.64%
B = 54.79%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6454DF (or 0x6454DF) is known color: Slate Blue. HEX triplet: 64, 54 and DF. RGB value is (100,84,223). Sum of RGB (Red+Green+Blue) = 100+84+223=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #6454DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454DF is #9BAB20. Grayscale: #686868. Windows color (decimal): -10201889 or 14636132. OLE color: 14636132.

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

Color convert

RGB 100 84 223 -
CMYK 0.55 0.62 0 0.13
HSL 246.91º 0.68% 0.6% -
HSV(B) 246.91º 0.62% 0.87% -
XYZ 21.75 14.38 71.44 -
YUV 104.63 194.8 124.7 -
System Red Green Blue C M Y K H S L
Decimal 100 84 223 0.55 0.62 0 0.13 246.91 0.68 0.6
Hex 64 54 DF 37 3E 0 D F7 44 3C
Octal 144 124 337 67 76 0 15 367 104 74
Binary 1100100 1010100 11011111 110111 111110 0 1101 11110111 1000100 111100

Color Harmonies of #6454DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6454DF

Black with #6454DF

Text Example


Text Example

White with #6454DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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