Html Css Color HEX #60737B Blue Bayoux

📋 copy color: '#60737B'

red 96 ◦ green 115 ◦ blue 123

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

Shades of Blue Bayoux #60737B

Tints of Blue Bayoux #60737B

RGB

 RED value IS 96 (37.89% from 255) = 28.74%

 GREEN value IS 115 (45.31% from 255) = 34.43%

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

R = 28.74%
G = 34.43%
B = 36.83%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60737B (or 0x60737B) is known color: Blue Bayoux. HEX triplet: 60, 73 and 7B. RGB value is (96,115,123). Sum of RGB (Red+Green+Blue) = 96+115+123=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #60737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60737B is #9F8C84. Grayscale: #6E6E6E. Windows color (decimal): -10456197 or 8090464. OLE color: 8090464.

HSL color Cylindrical-coordinate representation of color #60737B: hue angle of 197.78º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #60737B is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 115 123 -
CMYK 0.22 0.07 0 0.52
HSL 197.78º 0.12% 0.43% -
HSV(B) 197.78º 0.22% 0.48% -
XYZ 14.53 16.18 21.1 -
YUV 110.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 96 115 123 0.22 0.07 0 0.52 197.78 0.12 0.43
Hex 60 73 7B 16 7 0 34 C6 C 2B
Octal 140 163 173 26 7 0 64 306 14 53
Binary 1100000 1110011 1111011 10110 111 0 110100 11000110 1100 101011

Color Harmonies of #60737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60737B

Black with #60737B

Text Example


Text Example

White with #60737B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,115,123); }

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

background-color css

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

 a { background-color: rgb(96,115,123); }

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

border-color css

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

 span { border-color: rgb(96,115,123); }

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