Html Css Color HEX #7067C0 Slate Blue

📋 copy color: '#7067C0'

red 112 ◦ green 103 ◦ blue 192

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

Shades of Slate Blue #7067C0

Tints of Slate Blue #7067C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.17%

R = 27.52%
G = 25.31%
B = 47.17%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7067C0 (or 0x7067C0) is known color: Slate Blue. HEX triplet: 70, 67 and C0. RGB value is (112,103,192). Sum of RGB (Red+Green+Blue) = 112+103+192=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #7067C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067C0 is #8F983F. Grayscale: #737373. Windows color (decimal): -9410624 or 12609392. OLE color: 12609392.

HSL color Cylindrical-coordinate representation of color #7067C0: hue angle of 246.07º 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 #7067C0 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 103 192 -
CMYK 0.42 0.46 0 0.25
HSL 246.07º 0.41% 0.58% -
HSV(B) 246.07º 0.46% 0.75% -
XYZ 21.05 16.95 52.03 -
YUV 115.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 112 103 192 0.42 0.46 0 0.25 246.07 0.41 0.58
Hex 70 67 C0 2A 2E 0 19 F6 29 3A
Octal 160 147 300 52 56 0 31 366 51 72
Binary 1110000 1100111 11000000 101010 101110 0 11001 11110110 101001 111010

Color Harmonies of #7067C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7067C0

Black with #7067C0

Text Example


Text Example

White with #7067C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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