Html Css Color HEX #6144CE Slate Blue

📋 copy color: '#6144CE'

red 97 ◦ green 68 ◦ blue 206

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

Shades of Slate Blue #6144CE

Tints of Slate Blue #6144CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 26.15%
G = 18.33%
B = 55.53%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6144CE (or 0x6144CE) is known color: Slate Blue. HEX triplet: 61, 44 and CE. RGB value is (97,68,206). Sum of RGB (Red+Green+Blue) = 97+68+206=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #6144CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144CE is #9EBB31. Grayscale: #5B5B5B. Windows color (decimal): -10402610 or 13517921. OLE color: 13517921.

HSL color Cylindrical-coordinate representation of color #6144CE: hue angle of 252.61º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6144CE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 68 206 -
CMYK 0.53 0.67 0 0.19
HSL 252.61º 0.58% 0.54% -
HSV(B) 252.61º 0.67% 0.81% -
XYZ 18.14 11.13 59.59 -
YUV 92.4 192.11 131.28 -
System Red Green Blue C M Y K H S L
Decimal 97 68 206 0.53 0.67 0 0.19 252.61 0.58 0.54
Hex 61 44 CE 35 43 0 13 FD 3A 36
Octal 141 104 316 65 103 0 23 375 72 66
Binary 1100001 1000100 11001110 110101 1000011 0 10011 11111101 111010 110110

Color Harmonies of #6144CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6144CE

Black with #6144CE

Text Example


Text Example

White with #6144CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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