Html Css Color HEX #6145DC Slate Blue

📋 copy color: '#6145DC'

red 97 ◦ green 69 ◦ blue 220

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

Shades of Slate Blue #6145DC

Tints of Slate Blue #6145DC

RGB

 RED value IS 97 (38.28% from 255) = 25.13%

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

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

R = 25.13%
G = 17.88%
B = 56.99%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6145DC (or 0x6145DC) is known color: Slate Blue. HEX triplet: 61, 45 and DC. RGB value is (97,69,220). Sum of RGB (Red+Green+Blue) = 97+69+220=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #6145DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6145DC is #9EBA23. Grayscale: #5E5E5E. Windows color (decimal): -10402340 or 14435681. OLE color: 14435681.

HSL color Cylindrical-coordinate representation of color #6145DC: hue angle of 251.13º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6145DC is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 69 220 -
CMYK 0.56 0.69 0 0.14
HSL 251.13º 0.68% 0.57% -
HSV(B) 251.13º 0.69% 0.86% -
XYZ 19.98 11.96 68.97 -
YUV 94.59 198.78 129.72 -
System Red Green Blue C M Y K H S L
Decimal 97 69 220 0.56 0.69 0 0.14 251.13 0.68 0.57
Hex 61 45 DC 38 45 0 E FB 44 39
Octal 141 105 334 70 105 0 16 373 104 71
Binary 1100001 1000101 11011100 111000 1000101 0 1110 11111011 1000100 111001

Color Harmonies of #6145DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6145DC

Black with #6145DC

Text Example


Text Example

White with #6145DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,69,220); }

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

background-color css

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

 a { background-color: rgb(97,69,220); }

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

border-color css

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

 span { border-color: rgb(97,69,220); }

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