Html Css Color HEX #65737D Blue Bayoux

📋 copy color: '#65737D'

red 101 ◦ green 115 ◦ blue 125

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

Shades of Blue Bayoux #65737D

Tints of Blue Bayoux #65737D

RGB

 RED value IS 101 (39.84% from 255) = 29.62%

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

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 29.62%
G = 33.72%
B = 36.66%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65737D (or 0x65737D) is known color: Blue Bayoux. HEX triplet: 65, 73 and 7D. RGB value is (101,115,125). Sum of RGB (Red+Green+Blue) = 101+115+125=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #65737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65737D is #9A8C82. Grayscale: #6F6F6F. Windows color (decimal): -10128515 or 8221541. OLE color: 8221541.

HSL color Cylindrical-coordinate representation of color #65737D: hue angle of 205º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65737D is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 115 125 -
CMYK 0.19 0.08 0 0.51
HSL 205º 0.11% 0.44% -
HSV(B) 205º 0.19% 0.49% -
XYZ 15.2 16.51 21.79 -
YUV 111.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 101 115 125 0.19 0.08 0 0.51 205 0.11 0.44
Hex 65 73 7D 13 8 0 33 CD B 2C
Octal 145 163 175 23 10 0 63 315 13 54
Binary 1100101 1110011 1111101 10011 1000 0 110011 11001101 1011 101100

Color Harmonies of #65737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65737D

Black with #65737D

Text Example


Text Example

White with #65737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65737D; }

 p { color: rgb(101,115,125); }

 H1.HeaderClassName
 {
   color: #65737D;
 }
 .AnyTagClassName
 {
   color: #65737D;
 }
</style>

background-color css

<style>
 a { background-color: #65737D; }

 a { background-color: rgb(101,115,125); }

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

border-color css

<style>
 span { border-color: #65737D; }

 span { border-color: rgb(101,115,125); }

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