Html Css Color HEX #6452D8 Slate Blue

📋 copy color: '#6452D8'

red 100 ◦ green 82 ◦ blue 216

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

Shades of Slate Blue #6452D8

Tints of Slate Blue #6452D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.27%

R = 25.13%
G = 20.6%
B = 54.27%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6452D8 (or 0x6452D8) is known color: Slate Blue. HEX triplet: 64, 52 and D8. RGB value is (100,82,216). Sum of RGB (Red+Green+Blue) = 100+82+216=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #6452D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452D8 is #9BAD27. Grayscale: #666666. Windows color (decimal): -10202408 or 14176868. OLE color: 14176868.

HSL color Cylindrical-coordinate representation of color #6452D8: hue angle of 248.06º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6452D8 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 82 216 -
CMYK 0.54 0.62 0 0.15
HSL 248.06º 0.63% 0.58% -
HSV(B) 248.06º 0.62% 0.85% -
XYZ 20.67 13.7 66.52 -
YUV 102.66 191.96 126.1 -
System Red Green Blue C M Y K H S L
Decimal 100 82 216 0.54 0.62 0 0.15 248.06 0.63 0.58
Hex 64 52 D8 36 3E 0 F F8 3F 3A
Octal 144 122 330 66 76 0 17 370 77 72
Binary 1100100 1010010 11011000 110110 111110 0 1111 11111000 111111 111010

Color Harmonies of #6452D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6452D8

Black with #6452D8

Text Example


Text Example

White with #6452D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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