Html Css Color HEX #7060BC Blue Marguerite

📋 copy color: '#7060BC'

red 112 ◦ green 96 ◦ blue 188

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

Shades of Blue Marguerite #7060BC

Tints of Blue Marguerite #7060BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 28.28%
G = 24.24%
B = 47.47%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7060BC (or 0x7060BC) is known color: Blue Marguerite. HEX triplet: 70, 60 and BC. RGB value is (112,96,188). Sum of RGB (Red+Green+Blue) = 112+96+188=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #7060BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7060BC is #8F9F43. Grayscale: #6E6E6E. Windows color (decimal): -9412420 or 12345456. OLE color: 12345456.

HSL color Cylindrical-coordinate representation of color #7060BC: hue angle of 250.43º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7060BC is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 96 188 -
CMYK 0.40 0.49 0 0.26
HSL 250.43º 0.41% 0.56% -
HSV(B) 250.43º 0.49% 0.74% -
XYZ 19.94 15.44 49.51 -
YUV 111.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 112 96 188 0.40 0.49 0 0.26 250.43 0.41 0.56
Hex 70 60 BC 28 31 0 1A FA 29 38
Octal 160 140 274 50 61 0 32 372 51 70
Binary 1110000 1100000 10111100 101000 110001 0 11010 11111010 101001 111000

Color Harmonies of #7060BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7060BC

Black with #7060BC

Text Example


Text Example

White with #7060BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7060BC; }

 p { color: rgb(112,96,188); }

 H1.HeaderClassName
 {
   color: #7060BC;
 }
 .AnyTagClassName
 {
   color: #7060BC;
 }
</style>

background-color css

<style>
 a { background-color: #7060BC; }

 a { background-color: rgb(112,96,188); }

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

border-color css

<style>
 span { border-color: #7060BC; }

 span { border-color: rgb(112,96,188); }

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