Html Css Color HEX #5F6ADB Slate Blue

📋 copy color: '#5F6ADB'

red 95 ◦ green 106 ◦ blue 219

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

Shades of Slate Blue #5F6ADB

Tints of Slate Blue #5F6ADB

RGB

 RED value IS 95 (37.5% from 255) = 22.62%

 GREEN value IS 106 (41.8% from 255) = 25.24%

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

R = 22.62%
G = 25.24%
B = 52.14%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F6ADB (or 0x5F6ADB) is known color: Slate Blue. HEX triplet: 5F, 6A and DB. RGB value is (95,106,219). Sum of RGB (Red+Green+Blue) = 95+106+219=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F6ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6ADB is #A09524. Grayscale: #737373. Windows color (decimal): -10523941 or 14379615. OLE color: 14379615.

HSL color Cylindrical-coordinate representation of color #5F6ADB: hue angle of 234.68º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F6ADB is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 106 219 -
CMYK 0.57 0.52 0 0.14
HSL 234.68º 0.63% 0.62% -
HSV(B) 234.68º 0.57% 0.86% -
XYZ 22.66 17.86 69.27 -
YUV 115.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 95 106 219 0.57 0.52 0 0.14 234.68 0.63 0.62
Hex 5F 6A DB 39 34 0 E EB 3F 3E
Octal 137 152 333 71 64 0 16 353 77 76
Binary 1011111 1101010 11011011 111001 110100 0 1110 11101011 111111 111110

Color Harmonies of #5F6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6ADB

Black with #5F6ADB

Text Example


Text Example

White with #5F6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6ADB; }

 p { color: rgb(95,106,219); }

 H1.HeaderClassName
 {
   color: #5F6ADB;
 }
 .AnyTagClassName
 {
   color: #5F6ADB;
 }
</style>

background-color css

<style>
 a { background-color: #5F6ADB; }

 a { background-color: rgb(95,106,219); }

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

border-color css

<style>
 span { border-color: #5F6ADB; }

 span { border-color: rgb(95,106,219); }

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