Html Css Color HEX #61707A Blue Bayoux

📋 copy color: '#61707A'

red 97 ◦ green 112 ◦ blue 122

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

Shades of Blue Bayoux #61707A

Tints of Blue Bayoux #61707A

RGB

 RED value IS 97 (38.28% from 255) = 29.31%

 GREEN value IS 112 (44.14% from 255) = 33.84%

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

R = 29.31%
G = 33.84%
B = 36.86%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61707A (or 0x61707A) is known color: Blue Bayoux. HEX triplet: 61, 70 and 7A. RGB value is (97,112,122). Sum of RGB (Red+Green+Blue) = 97+112+122=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #61707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61707A is #9E8F85. Grayscale: #6C6C6C. Windows color (decimal): -10391430 or 8024161. OLE color: 8024161.

HSL color Cylindrical-coordinate representation of color #61707A: hue angle of 204º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61707A is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 112 122 -
CMYK 0.20 0.08 0 0.52
HSL 204º 0.11% 0.43% -
HSV(B) 204º 0.2% 0.48% -
XYZ 14.24 15.53 20.66 -
YUV 108.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 97 112 122 0.20 0.08 0 0.52 204 0.11 0.43
Hex 61 70 7A 14 8 0 34 CC B 2B
Octal 141 160 172 24 10 0 64 314 13 53
Binary 1100001 1110000 1111010 10100 1000 0 110100 11001100 1011 101011

Color Harmonies of #61707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61707A

Black with #61707A

Text Example


Text Example

White with #61707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61707A; }

 p { color: rgb(97,112,122); }

 H1.HeaderClassName
 {
   color: #61707A;
 }
 .AnyTagClassName
 {
   color: #61707A;
 }
</style>

background-color css

<style>
 a { background-color: #61707A; }

 a { background-color: rgb(97,112,122); }

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

border-color css

<style>
 span { border-color: #61707A; }

 span { border-color: rgb(97,112,122); }

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