Html Css Color HEX #6445DA Slate Blue

📋 copy color: '#6445DA'

red 100 ◦ green 69 ◦ blue 218

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

Shades of Slate Blue #6445DA

Tints of Slate Blue #6445DA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.83%

 BLUE value IS 218 (85.55% from 255) = 56.33%

R = 25.84%
G = 17.83%
B = 56.33%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6445DA (or 0x6445DA) is known color: Slate Blue. HEX triplet: 64, 45 and DA. RGB value is (100,69,218). Sum of RGB (Red+Green+Blue) = 100+69+218=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #6445DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445DA is #9BBA25. Grayscale: #5E5E5E. Windows color (decimal): -10205734 or 14304612. OLE color: 14304612.

HSL color Cylindrical-coordinate representation of color #6445DA: hue angle of 252.48º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6445DA is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 69 218 -
CMYK 0.54 0.68 0 0.15
HSL 252.48º 0.67% 0.56% -
HSV(B) 252.48º 0.68% 0.85% -
XYZ 20.04 12.03 67.6 -
YUV 95.26 197.27 131.38 -
System Red Green Blue C M Y K H S L
Decimal 100 69 218 0.54 0.68 0 0.15 252.48 0.67 0.56
Hex 64 45 DA 36 44 0 F FC 43 38
Octal 144 105 332 66 104 0 17 374 103 70
Binary 1100100 1000101 11011010 110110 1000100 0 1111 11111100 1000011 111000

Color Harmonies of #6445DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6445DA

Black with #6445DA

Text Example


Text Example

White with #6445DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6445DA; }

 p { color: rgb(100,69,218); }

 H1.HeaderClassName
 {
   color: #6445DA;
 }
 .AnyTagClassName
 {
   color: #6445DA;
 }
</style>

background-color css

<style>
 a { background-color: #6445DA; }

 a { background-color: rgb(100,69,218); }

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

border-color css

<style>
 span { border-color: #6445DA; }

 span { border-color: rgb(100,69,218); }

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