Html Css Color HEX #6153DB Slate Blue

📋 copy color: '#6153DB'

red 97 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #6153DB

Tints of Slate Blue #6153DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.8%

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

R = 24.31%
G = 20.8%
B = 54.89%

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

#6153DB (or 0x6153DB) is known color: Slate Blue. HEX triplet: 61, 53 and DB. RGB value is (97,83,219). Sum of RGB (Red+Green+Blue) = 97+83+219=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #6153DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153DB is #9EAC24. Grayscale: #666666. Windows color (decimal): -10398757 or 14373729. OLE color: 14373729.

HSL color Cylindrical-coordinate representation of color #6153DB: hue angle of 246.18º 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 #6153DB is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 83 219 -
CMYK 0.56 0.62 0 0.14
HSL 246.18º 0.65% 0.59% -
HSV(B) 246.18º 0.62% 0.86% -
XYZ 20.81 13.84 68.59 -
YUV 102.69 193.64 123.94 -
System Red Green Blue C M Y K H S L
Decimal 97 83 219 0.56 0.62 0 0.14 246.18 0.65 0.59
Hex 61 53 DB 38 3E 0 E F6 41 3B
Octal 141 123 333 70 76 0 16 366 101 73
Binary 1100001 1010011 11011011 111000 111110 0 1110 11110110 1000001 111011

Color Harmonies of #6153DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153DB

Black with #6153DB

Text Example


Text Example

White with #6153DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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