Html Css Color HEX #7066C0 Slate Blue

📋 copy color: '#7066C0'

red 112 ◦ green 102 ◦ blue 192

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

Shades of Slate Blue #7066C0

Tints of Slate Blue #7066C0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.12%

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

R = 27.59%
G = 25.12%
B = 47.29%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7066C0 (or 0x7066C0) is known color: Slate Blue. HEX triplet: 70, 66 and C0. RGB value is (112,102,192). Sum of RGB (Red+Green+Blue) = 112+102+192=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #7066C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066C0 is #8F993F. Grayscale: #727272. Windows color (decimal): -9410880 or 12609136. OLE color: 12609136.

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

Color convert

RGB 112 102 192 -
CMYK 0.42 0.47 0 0.25
HSL 246.67º 0.42% 0.58% -
HSV(B) 246.67º 0.47% 0.75% -
XYZ 20.95 16.75 52 -
YUV 115.25 171.31 125.68 -
System Red Green Blue C M Y K H S L
Decimal 112 102 192 0.42 0.47 0 0.25 246.67 0.42 0.58
Hex 70 66 C0 2A 2F 0 19 F7 2A 3A
Octal 160 146 300 52 57 0 31 367 52 72
Binary 1110000 1100110 11000000 101010 101111 0 11001 11110111 101010 111010

Color Harmonies of #7066C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066C0

Black with #7066C0

Text Example


Text Example

White with #7066C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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