Html Css Color HEX #6148DB Slate Blue

📋 copy color: '#6148DB'

red 97 ◦ green 72 ◦ blue 219

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

Shades of Slate Blue #6148DB

Tints of Slate Blue #6148DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.56%

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 25%
G = 18.56%
B = 56.44%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6148DB (or 0x6148DB) is known color: Slate Blue. HEX triplet: 61, 48 and DB. RGB value is (97,72,219). Sum of RGB (Red+Green+Blue) = 97+72+219=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #6148DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6148DB is #9EB724. Grayscale: #5F5F5F. Windows color (decimal): -10401573 or 14370913. OLE color: 14370913.

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

Color convert

RGB 97 72 219 -
CMYK 0.56 0.67 0 0.14
HSL 250.2º 0.67% 0.57% -
HSV(B) 250.2º 0.67% 0.86% -
XYZ 20.03 12.29 68.33 -
YUV 96.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 97 72 219 0.56 0.67 0 0.14 250.2 0.67 0.57
Hex 61 48 DB 38 43 0 E FA 43 39
Octal 141 110 333 70 103 0 16 372 103 71
Binary 1100001 1001000 11011011 111000 1000011 0 1110 11111010 1000011 111001

Color Harmonies of #6148DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6148DB

Black with #6148DB

Text Example


Text Example

White with #6148DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6148DB; }

 p { color: rgb(97,72,219); }

 H1.HeaderClassName
 {
   color: #6148DB;
 }
 .AnyTagClassName
 {
   color: #6148DB;
 }
</style>

background-color css

<style>
 a { background-color: #6148DB; }

 a { background-color: rgb(97,72,219); }

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

border-color css

<style>
 span { border-color: #6148DB; }

 span { border-color: rgb(97,72,219); }

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