Html Css Color HEX #6A6FDB Slate Blue

📋 copy color: '#6A6FDB'

red 106 ◦ green 111 ◦ blue 219

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

Shades of Slate Blue #6A6FDB

Tints of Slate Blue #6A6FDB

RGB

 RED value IS 106 (41.8% from 255) = 24.31%

 GREEN value IS 111 (43.75% from 255) = 25.46%

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

R = 24.31%
G = 25.46%
B = 50.23%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A6FDB (or 0x6A6FDB) is known color: Slate Blue. HEX triplet: 6A, 6F and DB. RGB value is (106,111,219). Sum of RGB (Red+Green+Blue) = 106+111+219=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A6FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6FDB is #959024. Grayscale: #797979. Windows color (decimal): -9801765 or 14380906. OLE color: 14380906.

HSL color Cylindrical-coordinate representation of color #6A6FDB: hue angle of 237.35º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A6FDB is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 111 219 -
CMYK 0.52 0.49 0 0.14
HSL 237.35º 0.61% 0.64% -
HSV(B) 237.35º 0.52% 0.86% -
XYZ 24.41 19.55 69.5 -
YUV 121.82 182.84 116.72 -
System Red Green Blue C M Y K H S L
Decimal 106 111 219 0.52 0.49 0 0.14 237.35 0.61 0.64
Hex 6A 6F DB 34 31 0 E ED 3D 40
Octal 152 157 333 64 61 0 16 355 75 100
Binary 1101010 1101111 11011011 110100 110001 0 1110 11101101 111101 1000000

Color Harmonies of #6A6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6FDB

Black with #6A6FDB

Text Example


Text Example

White with #6A6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A6FDB; }

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

 H1.HeaderClassName
 {
   color: #6A6FDB;
 }
 .AnyTagClassName
 {
   color: #6A6FDB;
 }
</style>

background-color css

<style>
 a { background-color: #6A6FDB; }

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

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

border-color css

<style>
 span { border-color: #6A6FDB; }

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

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