Html Css Color HEX #6A7478 Blue Bayoux

📋 copy color: '#6A7478'

red 106 ◦ green 116 ◦ blue 120

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

Shades of Blue Bayoux #6A7478

Tints of Blue Bayoux #6A7478

RGB

 RED value IS 106 (41.8% from 255) = 30.99%

 GREEN value IS 116 (45.7% 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 value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6A7478 (or 0x6A7478) is known color: 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

RGB 106 116 120 -
CMYK 0.12 0.03 0 0.53
HSL 197.14º 0.06% 0.44% -
HSV(B) 197.14º 0.12% 0.47% -
XYZ 15.58 16.91 20.21 -
YUV 113.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 106 116 120 0.12 0.03 0 0.53 197.14 0.06 0.44
Hex 6A 74 78 C 3 0 35 C5 6 2C
Octal 152 164 170 14 3 0 65 305 6 54
Binary 1101010 1110100 1111000 1100 11 0 110101 11000101 110 101100

Color Harmonies of #6A7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7478

Black with #6A7478

Text Example


Text Example

White with #6A7478

Text Example


Text Example

HTML Codes & Css Web 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>