Html Css Color HEX #7066AF Blue Marguerite

📋 copy color: '#7066AF'

red 112 ◦ green 102 ◦ blue 175

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

Shades of Blue Marguerite #7066AF

Tints of Blue Marguerite #7066AF

RGB

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

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

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

R = 28.79%
G = 26.22%
B = 44.99%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7066AF (or 0x7066AF) is known color: Blue Marguerite. HEX triplet: 70, 66 and AF. RGB value is (112,102,175). Sum of RGB (Red+Green+Blue) = 112+102+175=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #7066AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7066AF is #8F9950. Grayscale: #717171. Windows color (decimal): -9410897 or 11495024. OLE color: 11495024.

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

Color convert

RGB 112 102 175 -
CMYK 0.36 0.42 0 0.31
HSL 248.22º 0.31% 0.54% -
HSV(B) 248.22º 0.42% 0.69% -
XYZ 19.17 16.04 42.64 -
YUV 113.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 112 102 175 0.36 0.42 0 0.31 248.22 0.31 0.54
Hex 70 66 AF 24 2A 0 1F F8 1F 36
Octal 160 146 257 44 52 0 37 370 37 66
Binary 1110000 1100110 10101111 100100 101010 0 11111 11111000 11111 110110

Color Harmonies of #7066AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066AF

Black with #7066AF

Text Example


Text Example

White with #7066AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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