Html Css Color HEX #6B68DB Slate Blue

📋 copy color: '#6B68DB'

red 107 ◦ green 104 ◦ blue 219

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

Shades of Slate Blue #6B68DB

Tints of Slate Blue #6B68DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.19%

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

R = 24.88%
G = 24.19%
B = 50.93%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B68DB (or 0x6B68DB) is known color: Slate Blue. HEX triplet: 6B, 68 and DB. RGB value is (107,104,219). Sum of RGB (Red+Green+Blue) = 107+104+219=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B68DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B68DB is #949724. Grayscale: #757575. Windows color (decimal): -9738021 or 14379115. OLE color: 14379115.

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

Color convert

RGB 107 104 219 -
CMYK 0.51 0.53 0 0.14
HSL 241.57º 0.61% 0.63% -
HSV(B) 241.57º 0.53% 0.86% -
XYZ 23.8 18.14 69.26 -
YUV 118.01 184.99 120.15 -
System Red Green Blue C M Y K H S L
Decimal 107 104 219 0.51 0.53 0 0.14 241.57 0.61 0.63
Hex 6B 68 DB 33 35 0 E F2 3D 3F
Octal 153 150 333 63 65 0 16 362 75 77
Binary 1101011 1101000 11011011 110011 110101 0 1110 11110010 111101 111111

Color Harmonies of #6B68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B68DB

Black with #6B68DB

Text Example


Text Example

White with #6B68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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