#6A7478

Color #6A7478 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #6A7478

Tints of Blue Bayoux #6A7478

Color information

#6A7478 (or 0x6A7478) is unknown color: approx Blue Bayoux. HEX triplet: 6A, 74 and 78. RGB value is (106,116,120). Sum of RGB (Red+Green+Blue) = 106+116+120=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A7478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7478 is #958B87. Grayscale: #717171. Windows color (decimal): -9800584 or 7894122. OLE color: 7894122.

HSL color Cylindrical-coordinate representation of color #6A7478: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A7478 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB106116120-
CMYK0.120.0300.53
HSL197.14º6.19%44.31%-
HSV(B)197.14º11.67%47.06%-
XYZ15.5816.9120.21-
YUV113.47131.69122.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=30.99%
G=33.92%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061161200.120.0300.53197.146.1944.31
Hex6A7478C3035c562c
Octal152164170143065305654
Binary110101011101001111000110011011010111000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7478; }

 p { color: rgb(106,116,120); }

 H1.HeaderClassName
 {
   color: #6A7478;
 }
 .AnyTagClassName
 {
   color: #6A7478;
 }
</style>
background-color css

<style>
 a { background-color: #6A7478; }

 a { background-color: rgb(106,116,120); }

 div.DivClassName
 {
   background-color: #6A7478;
 }
 .BgClassName
 {
   background-color: #6A7478;
 }
</style>
border-color css

<style>
 span { border-color: #6A7478; }

 span { border-color: rgb(106,116,120); }

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