Html Css Color HEX #6872DB Slate Blue

📋 copy color: '#6872DB'

red 104 ◦ green 114 ◦ blue 219

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

Shades of Slate Blue #6872DB

Tints of Slate Blue #6872DB

RGB

 RED value IS 104 (41.02% from 255) = 23.8%

 GREEN value IS 114 (44.92% from 255) = 26.09%

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

R = 23.8%
G = 26.09%
B = 50.11%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6872DB (or 0x6872DB) is known color: Slate Blue. HEX triplet: 68, 72 and DB. RGB value is (104,114,219). Sum of RGB (Red+Green+Blue) = 104+114+219=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #6872DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6872DB is #978D24. Grayscale: #7A7A7A. Windows color (decimal): -9932069 or 14381672. OLE color: 14381672.

HSL color Cylindrical-coordinate representation of color #6872DB: hue angle of 234.78º 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 #6872DB is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 114 219 -
CMYK 0.53 0.48 0 0.14
HSL 234.78º 0.61% 0.63% -
HSV(B) 234.78º 0.53% 0.86% -
XYZ 24.51 20.09 69.6 -
YUV 122.98 182.19 114.46 -
System Red Green Blue C M Y K H S L
Decimal 104 114 219 0.53 0.48 0 0.14 234.78 0.61 0.63
Hex 68 72 DB 35 30 0 E EB 3D 3F
Octal 150 162 333 65 60 0 16 353 75 77
Binary 1101000 1110010 11011011 110101 110000 0 1110 11101011 111101 111111

Color Harmonies of #6872DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6872DB

Black with #6872DB

Text Example


Text Example

White with #6872DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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