Html Css Color HEX #6B69DB Slate Blue

📋 copy color: '#6B69DB'

red 107 ◦ green 105 ◦ blue 219

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

Shades of Slate Blue #6B69DB

Tints of Slate Blue #6B69DB

RGB

 RED value IS 107 (42.19% from 255) = 24.83%

 GREEN value IS 105 (41.41% from 255) = 24.36%

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

R = 24.83%
G = 24.36%
B = 50.81%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B69DB (or 0x6B69DB) is known color: Slate Blue. HEX triplet: 6B, 69 and DB. RGB value is (107,105,219). Sum of RGB (Red+Green+Blue) = 107+105+219=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B69DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B69DB is #949624. Grayscale: #767676. Windows color (decimal): -9737765 or 14379371. OLE color: 14379371.

HSL color Cylindrical-coordinate representation of color #6B69DB: hue angle of 241.05º 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 #6B69DB is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 105 219 -
CMYK 0.51 0.52 0 0.14
HSL 241.05º 0.61% 0.64% -
HSV(B) 241.05º 0.52% 0.86% -
XYZ 23.9 18.34 69.3 -
YUV 118.59 184.66 119.73 -
System Red Green Blue C M Y K H S L
Decimal 107 105 219 0.51 0.52 0 0.14 241.05 0.61 0.64
Hex 6B 69 DB 33 34 0 E F1 3D 40
Octal 153 151 333 63 64 0 16 361 75 100
Binary 1101011 1101001 11011011 110011 110100 0 1110 11110001 111101 1000000

Color Harmonies of #6B69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B69DB

Black with #6B69DB

Text Example


Text Example

White with #6B69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,105,219); }

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

background-color css

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

 a { background-color: rgb(107,105,219); }

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

border-color css

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

 span { border-color: rgb(107,105,219); }

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