Html Css Color HEX #7066BF Blue Marguerite

📋 copy color: '#7066BF'

red 112 ◦ green 102 ◦ blue 191

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

Shades of Blue Marguerite #7066BF

Tints of Blue Marguerite #7066BF

RGB

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

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

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

R = 27.65%
G = 25.19%
B = 47.16%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7066BF (or 0x7066BF) is known color: Blue Marguerite. HEX triplet: 70, 66 and BF. RGB value is (112,102,191). Sum of RGB (Red+Green+Blue) = 112+102+191=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #7066BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066BF is #8F9940. Grayscale: #727272. Windows color (decimal): -9410881 or 12543600. OLE color: 12543600.

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

Color convert

RGB 112 102 191 -
CMYK 0.41 0.47 0 0.25
HSL 246.74º 0.41% 0.57% -
HSV(B) 246.74º 0.47% 0.75% -
XYZ 20.84 16.71 51.42 -
YUV 115.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 112 102 191 0.41 0.47 0 0.25 246.74 0.41 0.57
Hex 70 66 BF 29 2F 0 19 F7 29 39
Octal 160 146 277 51 57 0 31 367 51 71
Binary 1110000 1100110 10111111 101001 101111 0 11001 11110111 101001 111001

Color Harmonies of #7066BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066BF

Black with #7066BF

Text Example


Text Example

White with #7066BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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