Html Css Color HEX #7068B4 Blue Marguerite

📋 copy color: '#7068B4'

red 112 ◦ green 104 ◦ blue 180

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

Shades of Blue Marguerite #7068B4

Tints of Blue Marguerite #7068B4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.26%

 BLUE value IS 180 (70.7% from 255) = 45.45%

R = 28.28%
G = 26.26%
B = 45.45%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7068B4 (or 0x7068B4) is known color: Blue Marguerite. HEX triplet: 70, 68 and B4. RGB value is (112,104,180). Sum of RGB (Red+Green+Blue) = 112+104+180=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #7068B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068B4 is #8F974B. Grayscale: #727272. Windows color (decimal): -9410380 or 11823216. OLE color: 11823216.

HSL color Cylindrical-coordinate representation of color #7068B4: hue angle of 246.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7068B4 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 104 180 -
CMYK 0.38 0.42 0 0.29
HSL 246.32º 0.34% 0.56% -
HSV(B) 246.32º 0.42% 0.71% -
XYZ 19.87 16.64 45.34 -
YUV 115.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 112 104 180 0.38 0.42 0 0.29 246.32 0.34 0.56
Hex 70 68 B4 26 2A 0 1D F6 22 38
Octal 160 150 264 46 52 0 35 366 42 70
Binary 1110000 1101000 10110100 100110 101010 0 11101 11110110 100010 111000

Color Harmonies of #7068B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7068B4

Black with #7068B4

Text Example


Text Example

White with #7068B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7068B4; }

 p { color: rgb(112,104,180); }

 H1.HeaderClassName
 {
   color: #7068B4;
 }
 .AnyTagClassName
 {
   color: #7068B4;
 }
</style>

background-color css

<style>
 a { background-color: #7068B4; }

 a { background-color: rgb(112,104,180); }

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

border-color css

<style>
 span { border-color: #7068B4; }

 span { border-color: rgb(112,104,180); }

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