Html Css Color HEX #6149DE Slate Blue

📋 copy color: '#6149DE'

red 97 ◦ green 73 ◦ blue 222

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

Shades of Slate Blue #6149DE

Tints of Slate Blue #6149DE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

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

R = 24.74%
G = 18.62%
B = 56.63%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6149DE (or 0x6149DE) is known color: Slate Blue. HEX triplet: 61, 49 and DE. RGB value is (97,73,222). Sum of RGB (Red+Green+Blue) = 97+73+222=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #6149DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6149DE is #9EB621. Grayscale: #606060. Windows color (decimal): -10401314 or 14567777. OLE color: 14567777.

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

Color convert

RGB 97 73 222 -
CMYK 0.56 0.67 0 0.13
HSL 249.66º 0.69% 0.58% -
HSV(B) 249.66º 0.67% 0.87% -
XYZ 20.5 12.58 70.46 -
YUV 97.16 198.45 127.88 -
System Red Green Blue C M Y K H S L
Decimal 97 73 222 0.56 0.67 0 0.13 249.66 0.69 0.58
Hex 61 49 DE 38 43 0 D FA 45 3A
Octal 141 111 336 70 103 0 15 372 105 72
Binary 1100001 1001001 11011110 111000 1000011 0 1101 11111010 1000101 111010

Color Harmonies of #6149DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6149DE

Black with #6149DE

Text Example


Text Example

White with #6149DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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