Html Css Color HEX #7066B2 Blue Marguerite

📋 copy color: '#7066B2'

red 112 ◦ green 102 ◦ blue 178

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

Shades of Blue Marguerite #7066B2

Tints of Blue Marguerite #7066B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.41%

R = 28.57%
G = 26.02%
B = 45.41%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7066B2 (or 0x7066B2) is known color: Blue Marguerite. HEX triplet: 70, 66 and B2. RGB value is (112,102,178). Sum of RGB (Red+Green+Blue) = 112+102+178=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #7066B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7066B2 is #8F994D. Grayscale: #717171. Windows color (decimal): -9410894 or 11691632. OLE color: 11691632.

HSL color Cylindrical-coordinate representation of color #7066B2: hue angle of 247.89º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7066B2 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 102 178 -
CMYK 0.37 0.43 0 0.30
HSL 247.89º 0.33% 0.55% -
HSV(B) 247.89º 0.43% 0.7% -
XYZ 19.47 16.16 44.21 -
YUV 113.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 112 102 178 0.37 0.43 0 0.30 247.89 0.33 0.55
Hex 70 66 B2 25 2B 0 1E F8 21 37
Octal 160 146 262 45 53 0 36 370 41 67
Binary 1110000 1100110 10110010 100101 101011 0 11110 11111000 100001 110111

Color Harmonies of #7066B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066B2

Black with #7066B2

Text Example


Text Example

White with #7066B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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