Html Css Color HEX #6A757B Blue Bayoux

📋 copy color: '#6A757B'

red 106 ◦ green 117 ◦ blue 123

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

Shades of Blue Bayoux #6A757B

Tints of Blue Bayoux #6A757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 30.64%
G = 33.82%
B = 35.55%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6A757B (or 0x6A757B) is known color: Blue Bayoux. HEX triplet: 6A, 75 and 7B. RGB value is (106,117,123). Sum of RGB (Red+Green+Blue) = 106+117+123=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A757B is #958A84. Grayscale: #727272. Windows color (decimal): -9800325 or 8090986. OLE color: 8090986.

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

Color convert

RGB 106 117 123 -
CMYK 0.14 0.05 0 0.52
HSL 201.18º 0.07% 0.45% -
HSV(B) 201.18º 0.14% 0.48% -
XYZ 15.88 17.22 21.23 -
YUV 114.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 106 117 123 0.14 0.05 0 0.52 201.18 0.07 0.45
Hex 6A 75 7B E 5 0 34 C9 7 2D
Octal 152 165 173 16 5 0 64 311 7 55
Binary 1101010 1110101 1111011 1110 101 0 110100 11001001 111 101101

Color Harmonies of #6A757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A757B

Black with #6A757B

Text Example


Text Example

White with #6A757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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