Html Css Color HEX #6451DC Slate Blue

📋 copy color: '#6451DC'

red 100 ◦ green 81 ◦ blue 220

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

Shades of Slate Blue #6451DC

Tints of Slate Blue #6451DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 24.94%
G = 20.2%
B = 54.86%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6451DC (or 0x6451DC) is known color: Slate Blue. HEX triplet: 64, 51 and DC. RGB value is (100,81,220). Sum of RGB (Red+Green+Blue) = 100+81+220=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #6451DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6451DC is #9BAE23. Grayscale: #656565. Windows color (decimal): -10202660 or 14438756. OLE color: 14438756.

HSL color Cylindrical-coordinate representation of color #6451DC: hue angle of 248.2º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6451DC is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 81 220 -
CMYK 0.55 0.63 0 0.14
HSL 248.2º 0.67% 0.59% -
HSV(B) 248.2º 0.63% 0.86% -
XYZ 21.12 13.76 69.25 -
YUV 102.53 194.29 126.2 -
System Red Green Blue C M Y K H S L
Decimal 100 81 220 0.55 0.63 0 0.14 248.2 0.67 0.59
Hex 64 51 DC 37 3F 0 E F8 43 3B
Octal 144 121 334 67 77 0 16 370 103 73
Binary 1100100 1010001 11011100 110111 111111 0 1110 11111000 1000011 111011

Color Harmonies of #6451DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6451DC

Black with #6451DC

Text Example


Text Example

White with #6451DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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