Html Css Color HEX #6452DE Slate Blue

📋 copy color: '#6452DE'

red 100 ◦ green 82 ◦ blue 222

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

Shades of Slate Blue #6452DE

Tints of Slate Blue #6452DE

RGB

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

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

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

R = 24.75%
G = 20.3%
B = 54.95%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6452DE (or 0x6452DE) is known color: Slate Blue. HEX triplet: 64, 52 and DE. RGB value is (100,82,222). Sum of RGB (Red+Green+Blue) = 100+82+222=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #6452DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452DE is #9BAD21. Grayscale: #666666. Windows color (decimal): -10202402 or 14570084. OLE color: 14570084.

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

Color convert

RGB 100 82 222 -
CMYK 0.55 0.63 0 0.13
HSL 247.71º 0.68% 0.6% -
HSV(B) 247.71º 0.63% 0.87% -
XYZ 21.46 14.02 70.68 -
YUV 103.34 194.96 125.62 -
System Red Green Blue C M Y K H S L
Decimal 100 82 222 0.55 0.63 0 0.13 247.71 0.68 0.6
Hex 64 52 DE 37 3F 0 D F8 44 3C
Octal 144 122 336 67 77 0 15 370 104 74
Binary 1100100 1010010 11011110 110111 111111 0 1101 11111000 1000100 111100

Color Harmonies of #6452DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6452DE

Black with #6452DE

Text Example


Text Example

White with #6452DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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