Html Css Color HEX #7065AE Blue Marguerite

📋 copy color: '#7065AE'

red 112 ◦ green 101 ◦ blue 174

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

Shades of Blue Marguerite #7065AE

Tints of Blue Marguerite #7065AE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 28.94%
G = 26.1%
B = 44.96%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7065AE (or 0x7065AE) is known color: Blue Marguerite. HEX triplet: 70, 65 and AE. RGB value is (112,101,174). Sum of RGB (Red+Green+Blue) = 112+101+174=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #7065AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7065AE is #8F9A51. Grayscale: #707070. Windows color (decimal): -9411154 or 11429232. OLE color: 11429232.

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

Color convert

RGB 112 101 174 -
CMYK 0.36 0.42 0 0.32
HSL 249.04º 0.31% 0.54% -
HSV(B) 249.04º 0.42% 0.68% -
XYZ 18.98 15.81 42.1 -
YUV 112.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 112 101 174 0.36 0.42 0 0.32 249.04 0.31 0.54
Hex 70 65 AE 24 2A 0 20 F9 1F 36
Octal 160 145 256 44 52 0 40 371 37 66
Binary 1110000 1100101 10101110 100100 101010 0 100000 11111001 11111 110110

Color Harmonies of #7065AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7065AE

Black with #7065AE

Text Example


Text Example

White with #7065AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7065AE; }

 p { color: rgb(112,101,174); }

 H1.HeaderClassName
 {
   color: #7065AE;
 }
 .AnyTagClassName
 {
   color: #7065AE;
 }
</style>

background-color css

<style>
 a { background-color: #7065AE; }

 a { background-color: rgb(112,101,174); }

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

border-color css

<style>
 span { border-color: #7065AE; }

 span { border-color: rgb(112,101,174); }

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