Html Css Color HEX #7067DB Slate Blue

📋 copy color: '#7067DB'

red 112 ◦ green 103 ◦ blue 219

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

Shades of Slate Blue #7067DB

Tints of Slate Blue #7067DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.73%

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

R = 25.81%
G = 23.73%
B = 50.46%

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

#7067DB (or 0x7067DB) is known color: Slate Blue. HEX triplet: 70, 67 and DB. RGB value is (112,103,219). Sum of RGB (Red+Green+Blue) = 112+103+219=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #7067DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067DB is #8F9824. Grayscale: #767676. Windows color (decimal): -9410597 or 14378864. OLE color: 14378864.

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

Color convert

RGB 112 103 219 -
CMYK 0.49 0.53 0 0.14
HSL 244.66º 0.62% 0.63% -
HSV(B) 244.66º 0.53% 0.86% -
XYZ 24.32 18.26 69.26 -
YUV 118.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 112 103 219 0.49 0.53 0 0.14 244.66 0.62 0.63
Hex 70 67 DB 31 35 0 E F5 3E 3F
Octal 160 147 333 61 65 0 16 365 76 77
Binary 1110000 1100111 11011011 110001 110101 0 1110 11110101 111110 111111

Color Harmonies of #7067DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7067DB

Black with #7067DB

Text Example


Text Example

White with #7067DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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