Html Css Color HEX #67757B Blue Bayoux

📋 copy color: '#67757B'

red 103 ◦ green 117 ◦ blue 123

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

Shades of Blue Bayoux #67757B

Tints of Blue Bayoux #67757B

RGB

 RED value IS 103 (40.63% from 255) = 30.03%

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

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

R = 30.03%
G = 34.11%
B = 35.86%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#67757B (or 0x67757B) is known color: Blue Bayoux. HEX triplet: 67, 75 and 7B. RGB value is (103,117,123). Sum of RGB (Red+Green+Blue) = 103+117+123=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #67757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67757B is #988A84. Grayscale: #717171. Windows color (decimal): -9996933 or 8090983. OLE color: 8090983.

HSL color Cylindrical-coordinate representation of color #67757B: hue angle of 198º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #67757B is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 117 123 -
CMYK 0.16 0.05 0 0.52
HSL 198º 0.09% 0.44% -
HSV(B) 198º 0.16% 0.48% -
XYZ 15.53 17.04 21.21 -
YUV 113.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 103 117 123 0.16 0.05 0 0.52 198 0.09 0.44
Hex 67 75 7B 10 5 0 34 C6 9 2C
Octal 147 165 173 20 5 0 64 306 11 54
Binary 1100111 1110101 1111011 10000 101 0 110100 11000110 1001 101100

Color Harmonies of #67757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67757B

Black with #67757B

Text Example


Text Example

White with #67757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67757B; }

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

 H1.HeaderClassName
 {
   color: #67757B;
 }
 .AnyTagClassName
 {
   color: #67757B;
 }
</style>

background-color css

<style>
 a { background-color: #67757B; }

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

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

border-color css

<style>
 span { border-color: #67757B; }

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

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