Html Css Color HEX #7067BF Slate Blue

📋 copy color: '#7067BF'

red 112 ◦ green 103 ◦ blue 191

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

Shades of Slate Blue #7067BF

Tints of Slate Blue #7067BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 27.59%
G = 25.37%
B = 47.04%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7067BF (or 0x7067BF) is known color: Slate Blue. HEX triplet: 70, 67 and BF. RGB value is (112,103,191). Sum of RGB (Red+Green+Blue) = 112+103+191=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #7067BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067BF is #8F9840. Grayscale: #737373. Windows color (decimal): -9410625 or 12543856. OLE color: 12543856.

HSL color Cylindrical-coordinate representation of color #7067BF: hue angle of 246.14º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7067BF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 103 191 -
CMYK 0.41 0.46 0 0.25
HSL 246.14º 0.41% 0.58% -
HSV(B) 246.14º 0.46% 0.75% -
XYZ 20.94 16.91 51.45 -
YUV 115.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 112 103 191 0.41 0.46 0 0.25 246.14 0.41 0.58
Hex 70 67 BF 29 2E 0 19 F6 29 3A
Octal 160 147 277 51 56 0 31 366 51 72
Binary 1110000 1100111 10111111 101001 101110 0 11001 11110110 101001 111010

Color Harmonies of #7067BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7067BF

Black with #7067BF

Text Example


Text Example

White with #7067BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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