Html Css Color HEX #7068DB Slate Blue

📋 copy color: '#7068DB'

red 112 ◦ green 104 ◦ blue 219

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

Shades of Slate Blue #7068DB

Tints of Slate Blue #7068DB

RGB

 RED value IS 112 (44.14% from 255) = 25.75%

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

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

R = 25.75%
G = 23.91%
B = 50.34%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7068DB (or 0x7068DB) is known color: Slate Blue. HEX triplet: 70, 68 and DB. RGB value is (112,104,219). Sum of RGB (Red+Green+Blue) = 112+104+219=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #7068DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068DB is #8F9724. Grayscale: #777777. Windows color (decimal): -9410341 or 14379120. OLE color: 14379120.

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

Color convert

RGB 112 104 219 -
CMYK 0.49 0.53 0 0.14
HSL 244.17º 0.61% 0.63% -
HSV(B) 244.17º 0.53% 0.86% -
XYZ 24.42 18.46 69.29 -
YUV 119.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 112 104 219 0.49 0.53 0 0.14 244.17 0.61 0.63
Hex 70 68 DB 31 35 0 E F4 3D 3F
Octal 160 150 333 61 65 0 16 364 75 77
Binary 1110000 1101000 11011011 110001 110101 0 1110 11110100 111101 111111

Color Harmonies of #7068DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7068DB

Black with #7068DB

Text Example


Text Example

White with #7068DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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