Html Css Color HEX #7060DB Slate Blue

📋 copy color: '#7060DB'

red 112 ◦ green 96 ◦ blue 219

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

Shades of Slate Blue #7060DB

Tints of Slate Blue #7060DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.48%

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

R = 26.23%
G = 22.48%
B = 51.29%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7060DB (or 0x7060DB) is known color: Slate Blue. HEX triplet: 70, 60 and DB. RGB value is (112,96,219). Sum of RGB (Red+Green+Blue) = 112+96+219=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #7060DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7060DB is #8F9F24. Grayscale: #727272. Windows color (decimal): -9412389 or 14377072. OLE color: 14377072.

HSL color Cylindrical-coordinate representation of color #7060DB: hue angle of 247.8º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7060DB is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 96 219 -
CMYK 0.49 0.56 0 0.14
HSL 247.8º 0.63% 0.62% -
HSV(B) 247.8º 0.56% 0.86% -
XYZ 23.65 16.92 69.04 -
YUV 114.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 112 96 219 0.49 0.56 0 0.14 247.8 0.63 0.62
Hex 70 60 DB 31 38 0 E F8 3F 3E
Octal 160 140 333 61 70 0 16 370 77 76
Binary 1110000 1100000 11011011 110001 111000 0 1110 11111000 111111 111110

Color Harmonies of #7060DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7060DB

Black with #7060DB

Text Example


Text Example

White with #7060DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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