Html Css Color HEX #6A757A Blue Bayoux

📋 copy color: '#6A757A'

red 106 ◦ green 117 ◦ blue 122

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

Shades of Blue Bayoux #6A757A

Tints of Blue Bayoux #6A757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 30.72%
G = 33.91%
B = 35.36%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6A757A (or 0x6A757A) is known color: Blue Bayoux. HEX triplet: 6A, 75 and 7A. RGB value is (106,117,122). Sum of RGB (Red+Green+Blue) = 106+117+122=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A757A is #958A85. Grayscale: #727272. Windows color (decimal): -9800326 or 8025450. OLE color: 8025450.

HSL color Cylindrical-coordinate representation of color #6A757A: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6A757A is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 117 122 -
CMYK 0.13 0.04 0 0.52
HSL 198.75º 0.07% 0.45% -
HSV(B) 198.75º 0.13% 0.48% -
XYZ 15.82 17.19 20.9 -
YUV 114.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 106 117 122 0.13 0.04 0 0.52 198.75 0.07 0.45
Hex 6A 75 7A D 4 0 34 C7 7 2D
Octal 152 165 172 15 4 0 64 307 7 55
Binary 1101010 1110101 1111010 1101 100 0 110100 11000111 111 101101

Color Harmonies of #6A757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A757A

Black with #6A757A

Text Example


Text Example

White with #6A757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,117,122); }

 H1.HeaderClassName
 {
   color: #6A757A;
 }
 .AnyTagClassName
 {
   color: #6A757A;
 }
</style>

background-color css

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

 a { background-color: rgb(106,117,122); }

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

border-color css

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

 span { border-color: rgb(106,117,122); }

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