Html Css Color HEX #6451DE Slate Blue

📋 copy color: '#6451DE'

red 100 ◦ green 81 ◦ blue 222

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

Shades of Slate Blue #6451DE

Tints of Slate Blue #6451DE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.1%

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 24.81%
G = 20.1%
B = 55.09%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6451DE (or 0x6451DE) is known color: Slate Blue. HEX triplet: 64, 51 and DE. RGB value is (100,81,222). Sum of RGB (Red+Green+Blue) = 100+81+222=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #6451DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6451DE is #9BAE21. Grayscale: #666666. Windows color (decimal): -10202658 or 14569828. OLE color: 14569828.

HSL color Cylindrical-coordinate representation of color #6451DE: hue angle of 248.09º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6451DE is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 81 222 -
CMYK 0.55 0.64 0 0.13
HSL 248.09º 0.68% 0.59% -
HSV(B) 248.09º 0.64% 0.87% -
XYZ 21.38 13.87 70.66 -
YUV 102.76 195.29 126.04 -
System Red Green Blue C M Y K H S L
Decimal 100 81 222 0.55 0.64 0 0.13 248.09 0.68 0.59
Hex 64 51 DE 37 40 0 D F8 44 3B
Octal 144 121 336 67 100 0 15 370 104 73
Binary 1100100 1010001 11011110 110111 1000000 0 1101 11111000 1000100 111011

Color Harmonies of #6451DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6451DE

Black with #6451DE

Text Example


Text Example

White with #6451DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6451DE; }

 p { color: rgb(100,81,222); }

 H1.HeaderClassName
 {
   color: #6451DE;
 }
 .AnyTagClassName
 {
   color: #6451DE;
 }
</style>

background-color css

<style>
 a { background-color: #6451DE; }

 a { background-color: rgb(100,81,222); }

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

border-color css

<style>
 span { border-color: #6451DE; }

 span { border-color: rgb(100,81,222); }

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