Html Css Color HEX #7069AF Blue Marguerite

📋 copy color: '#7069AF'

red 112 ◦ green 105 ◦ blue 175

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

Shades of Blue Marguerite #7069AF

Tints of Blue Marguerite #7069AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 28.57%
G = 26.79%
B = 44.64%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7069AF (or 0x7069AF) is known color: Blue Marguerite. HEX triplet: 70, 69 and AF. RGB value is (112,105,175). Sum of RGB (Red+Green+Blue) = 112+105+175=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #7069AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7069AF is #8F9650. Grayscale: #727272. Windows color (decimal): -9410129 or 11495792. OLE color: 11495792.

HSL color Cylindrical-coordinate representation of color #7069AF: hue angle of 246º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7069AF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 105 175 -
CMYK 0.36 0.40 0 0.31
HSL 246º 0.3% 0.55% -
HSV(B) 246º 0.4% 0.69% -
XYZ 19.47 16.64 42.74 -
YUV 115.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 112 105 175 0.36 0.40 0 0.31 246 0.3 0.55
Hex 70 69 AF 24 28 0 1F F6 1E 37
Octal 160 151 257 44 50 0 37 366 36 67
Binary 1110000 1101001 10101111 100100 101000 0 11111 11110110 11110 110111

Color Harmonies of #7069AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069AF

Black with #7069AF

Text Example


Text Example

White with #7069AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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