#617378

Color #617378 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #617378

Tints of Blue Bayoux #617378

Color information

#617378 (or 0x617378) is unknown color: approx Blue Bayoux. HEX triplet: 61, 73 and 78. RGB value is (97,115,120). Sum of RGB (Red+Green+Blue) = 97+115+120=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 120 - color contains mainly: blue. Hex color #617378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617378 is #9E8C87. Grayscale: #6E6E6E. Windows color (decimal): -10390664 or 7893857. OLE color: 7893857.

HSL color Cylindrical-coordinate representation of color #617378: hue angle of 193.04º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #617378 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB97115120-
CMYK0.190.0400.53
HSL193.04º10.6%42.55%-
HSV(B)193.04º19.17%47.06%-
XYZ14.4516.1620.13-
YUV110.19133.54118.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=29.22%
G=34.64%
B=36.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971151200.190.0400.53193.0410.642.55
Hex617378134035c1b2b
Octal1411631702340653011353
Binary110000111100111111000100111000110101110000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617378; }

 p { color: rgb(97,115,120); }

 H1.HeaderClassName
 {
   color: #617378;
 }
 .AnyTagClassName
 {
   color: #617378;
 }
</style>
background-color css

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

 a { background-color: rgb(97,115,120); }

 div.DivClassName
 {
   background-color: #617378;
 }
 .BgClassName
 {
   background-color: #617378;
 }
</style>
border-color css

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

 span { border-color: rgb(97,115,120); }

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