Html Css Color HEX #7067B5 Blue Marguerite

📋 copy color: '#7067B5'

red 112 ◦ green 103 ◦ blue 181

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

Shades of Blue Marguerite #7067B5

Tints of Blue Marguerite #7067B5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.01%

 BLUE value IS 181 (71.09% from 255) = 45.71%

R = 28.28%
G = 26.01%
B = 45.71%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7067B5 (or 0x7067B5) is known color: Blue Marguerite. HEX triplet: 70, 67 and B5. RGB value is (112,103,181). Sum of RGB (Red+Green+Blue) = 112+103+181=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #7067B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067B5 is #8F984A. Grayscale: #727272. Windows color (decimal): -9410635 or 11888496. OLE color: 11888496.

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

Color convert

RGB 112 103 181 -
CMYK 0.38 0.43 0 0.29
HSL 246.92º 0.35% 0.56% -
HSV(B) 246.92º 0.43% 0.71% -
XYZ 19.87 16.48 45.85 -
YUV 114.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 112 103 181 0.38 0.43 0 0.29 246.92 0.35 0.56
Hex 70 67 B5 26 2B 0 1D F7 23 38
Octal 160 147 265 46 53 0 35 367 43 70
Binary 1110000 1100111 10110101 100110 101011 0 11101 11110111 100011 111000

Color Harmonies of #7067B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7067B5

Black with #7067B5

Text Example


Text Example

White with #7067B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7067B5; }

 p { color: rgb(112,103,181); }

 H1.HeaderClassName
 {
   color: #7067B5;
 }
 .AnyTagClassName
 {
   color: #7067B5;
 }
</style>

background-color css

<style>
 a { background-color: #7067B5; }

 a { background-color: rgb(112,103,181); }

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

border-color css

<style>
 span { border-color: #7067B5; }

 span { border-color: rgb(112,103,181); }

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