Html Css Color HEX #6154DB Slate Blue

📋 copy color: '#6154DB'

red 97 ◦ green 84 ◦ blue 219

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

Shades of Slate Blue #6154DB

Tints of Slate Blue #6154DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

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

R = 24.25%
G = 21%
B = 54.75%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6154DB (or 0x6154DB) is known color: Slate Blue. HEX triplet: 61, 54 and DB. RGB value is (97,84,219). Sum of RGB (Red+Green+Blue) = 97+84+219=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #6154DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6154DB is #9EAB24. Grayscale: #666666. Windows color (decimal): -10398501 or 14373985. OLE color: 14373985.

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

Color convert

RGB 97 84 219 -
CMYK 0.56 0.62 0 0.14
HSL 245.78º 0.65% 0.59% -
HSV(B) 245.78º 0.62% 0.86% -
XYZ 20.89 14 68.62 -
YUV 103.28 193.31 123.52 -
System Red Green Blue C M Y K H S L
Decimal 97 84 219 0.56 0.62 0 0.14 245.78 0.65 0.59
Hex 61 54 DB 38 3E 0 E F6 41 3B
Octal 141 124 333 70 76 0 16 366 101 73
Binary 1100001 1010100 11011011 111000 111110 0 1110 11110110 1000001 111011

Color Harmonies of #6154DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6154DB

Black with #6154DB

Text Example


Text Example

White with #6154DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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