#63757A

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

Shades of Blue Bayoux #63757A

Tints of Blue Bayoux #63757A

Color information

#63757A (or 0x63757A) is unknown color: approx Blue Bayoux. HEX triplet: 63, 75 and 7A. RGB value is (99,117,122). Sum of RGB (Red+Green+Blue) = 99+117+122=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #63757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63757A is #9C8A85. Grayscale: #707070. Windows color (decimal): -10259078 or 8025443. OLE color: 8025443.

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

Color convert

RGB99117122-
CMYK0.190.0400.52
HSL193.04º10.41%43.33%-
HSV(B)193.04º18.85%47.84%-
XYZ15.0216.7820.86-
YUV112.19133.54118.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=29.29%
G=34.62%
B=36.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal991171220.190.0400.52193.0410.4143.33
Hex63757A134034c1a2b
Octal1431651722340643011253
Binary110001111101011111010100111000110100110000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,117,122); }

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

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

 a { background-color: rgb(99,117,122); }

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

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

 span { border-color: rgb(99,117,122); }

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