Html Css Color HEX #7069BE Blue Marguerite

📋 copy color: '#7069BE'

red 112 ◦ green 105 ◦ blue 190

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

Shades of Blue Marguerite #7069BE

Tints of Blue Marguerite #7069BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 27.52%
G = 25.8%
B = 46.68%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7069BE (or 0x7069BE) is known color: Blue Marguerite. HEX triplet: 70, 69 and BE. RGB value is (112,105,190). Sum of RGB (Red+Green+Blue) = 112+105+190=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #7069BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069BE is #8F9641. Grayscale: #747474. Windows color (decimal): -9410114 or 12478832. OLE color: 12478832.

HSL color Cylindrical-coordinate representation of color #7069BE: hue angle of 244.94º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7069BE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 105 190 -
CMYK 0.41 0.45 0 0.25
HSL 244.94º 0.4% 0.58% -
HSV(B) 244.94º 0.45% 0.75% -
XYZ 21.03 17.27 50.94 -
YUV 116.78 169.32 124.59 -
System Red Green Blue C M Y K H S L
Decimal 112 105 190 0.41 0.45 0 0.25 244.94 0.4 0.58
Hex 70 69 BE 29 2D 0 19 F5 28 3A
Octal 160 151 276 51 55 0 31 365 50 72
Binary 1110000 1101001 10111110 101001 101101 0 11001 11110101 101000 111010

Color Harmonies of #7069BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069BE

Black with #7069BE

Text Example


Text Example

White with #7069BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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