Html Css Color HEX #7069BC Blue Marguerite

📋 copy color: '#7069BC'

red 112 ◦ green 105 ◦ blue 188

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

Shades of Blue Marguerite #7069BC

Tints of Blue Marguerite #7069BC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 27.65%
G = 25.93%
B = 46.42%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7069BC (or 0x7069BC) is known color: Blue Marguerite. HEX triplet: 70, 69 and BC. RGB value is (112,105,188). Sum of RGB (Red+Green+Blue) = 112+105+188=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #7069BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069BC is #8F9643. Grayscale: #747474. Windows color (decimal): -9410116 or 12347760. OLE color: 12347760.

HSL color Cylindrical-coordinate representation of color #7069BC: hue angle of 245.06º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7069BC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 105 188 -
CMYK 0.40 0.44 0 0.26
HSL 245.06º 0.38% 0.57% -
HSV(B) 245.06º 0.44% 0.74% -
XYZ 20.81 17.18 49.8 -
YUV 116.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 112 105 188 0.40 0.44 0 0.26 245.06 0.38 0.57
Hex 70 69 BC 28 2C 0 1A F5 26 39
Octal 160 151 274 50 54 0 32 365 46 71
Binary 1110000 1101001 10111100 101000 101100 0 11010 11110101 100110 111001

Color Harmonies of #7069BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069BC

Black with #7069BC

Text Example


Text Example

White with #7069BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7069BC; }

 p { color: rgb(112,105,188); }

 H1.HeaderClassName
 {
   color: #7069BC;
 }
 .AnyTagClassName
 {
   color: #7069BC;
 }
</style>

background-color css

<style>
 a { background-color: #7069BC; }

 a { background-color: rgb(112,105,188); }

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

border-color css

<style>
 span { border-color: #7069BC; }

 span { border-color: rgb(112,105,188); }

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