Html Css Color HEX #7066B6 Blue Marguerite

📋 copy color: '#7066B6'

red 112 ◦ green 102 ◦ blue 182

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

Shades of Blue Marguerite #7066B6

Tints of Blue Marguerite #7066B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.96%

R = 28.28%
G = 25.76%
B = 45.96%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7066B6 (or 0x7066B6) is known color: Blue Marguerite. HEX triplet: 70, 66 and B6. RGB value is (112,102,182). Sum of RGB (Red+Green+Blue) = 112+102+182=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #7066B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066B6 is #8F9949. Grayscale: #717171. Windows color (decimal): -9410890 or 11953776. OLE color: 11953776.

HSL color Cylindrical-coordinate representation of color #7066B6: hue angle of 247.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7066B6 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 102 182 -
CMYK 0.38 0.44 0 0.29
HSL 247.5º 0.35% 0.56% -
HSV(B) 247.5º 0.44% 0.71% -
XYZ 19.88 16.32 46.36 -
YUV 114.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 112 102 182 0.38 0.44 0 0.29 247.5 0.35 0.56
Hex 70 66 B6 26 2C 0 1D F8 23 38
Octal 160 146 266 46 54 0 35 370 43 70
Binary 1110000 1100110 10110110 100110 101100 0 11101 11111000 100011 111000

Color Harmonies of #7066B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066B6

Black with #7066B6

Text Example


Text Example

White with #7066B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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