Html Css Color HEX #6144DE Slate Blue

📋 copy color: '#6144DE'

red 97 ◦ green 68 ◦ blue 222

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

Shades of Slate Blue #6144DE

Tints of Slate Blue #6144DE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

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

R = 25.06%
G = 17.57%
B = 57.36%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6144DE (or 0x6144DE) is known color: Slate Blue. HEX triplet: 61, 44 and DE. RGB value is (97,68,222). Sum of RGB (Red+Green+Blue) = 97+68+222=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #6144DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144DE is #9EBB21. Grayscale: #5D5D5D. Windows color (decimal): -10402594 or 14566497. OLE color: 14566497.

HSL color Cylindrical-coordinate representation of color #6144DE: hue angle of 251.3º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6144DE is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 68 222 -
CMYK 0.56 0.69 0 0.13
HSL 251.3º 0.7% 0.57% -
HSV(B) 251.3º 0.69% 0.87% -
XYZ 20.18 11.95 70.35 -
YUV 94.23 200.11 129.98 -
System Red Green Blue C M Y K H S L
Decimal 97 68 222 0.56 0.69 0 0.13 251.3 0.7 0.57
Hex 61 44 DE 38 45 0 D FB 46 39
Octal 141 104 336 70 105 0 15 373 106 71
Binary 1100001 1000100 11011110 111000 1000101 0 1101 11111011 1000110 111001

Color Harmonies of #6144DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6144DE

Black with #6144DE

Text Example


Text Example

White with #6144DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,68,222); }

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

background-color css

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

 a { background-color: rgb(97,68,222); }

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

border-color css

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

 span { border-color: rgb(97,68,222); }

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