Html Css Color HEX #6152DB Slate Blue

📋 copy color: '#6152DB'

red 97 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #6152DB

Tints of Slate Blue #6152DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.6%

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

R = 24.37%
G = 20.6%
B = 55.03%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6152DB (or 0x6152DB) is known color: Slate Blue. HEX triplet: 61, 52 and DB. RGB value is (97,82,219). Sum of RGB (Red+Green+Blue) = 97+82+219=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #6152DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6152DB is #9EAD24. Grayscale: #656565. Windows color (decimal): -10399013 or 14373473. OLE color: 14373473.

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

Color convert

RGB 97 82 219 -
CMYK 0.56 0.63 0 0.14
HSL 246.57º 0.66% 0.59% -
HSV(B) 246.57º 0.63% 0.86% -
XYZ 20.73 13.69 68.57 -
YUV 102.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 97 82 219 0.56 0.63 0 0.14 246.57 0.66 0.59
Hex 61 52 DB 38 3F 0 E F7 42 3B
Octal 141 122 333 70 77 0 16 367 102 73
Binary 1100001 1010010 11011011 111000 111111 0 1110 11110111 1000010 111011

Color Harmonies of #6152DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6152DB

Black with #6152DB

Text Example


Text Example

White with #6152DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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