#63747A

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

Shades of Blue Bayoux #63747A

Tints of Blue Bayoux #63747A

Color information

#63747A (or 0x63747A) is unknown color: approx Blue Bayoux. HEX triplet: 63, 74 and 7A. RGB value is (99,116,122). Sum of RGB (Red+Green+Blue) = 99+116+122=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #63747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63747A is #9C8B85. Grayscale: #6F6F6F. Windows color (decimal): -10259334 or 8025187. OLE color: 8025187.

HSL color Cylindrical-coordinate representation of color #63747A: hue angle of 195.65º 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 #63747A is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB99116122-
CMYK0.190.0500.52
HSL195.65º10.41%43.33%-
HSV(B)195.65º18.85%47.84%-
XYZ14.916.5520.82-
YUV111.6133.87119.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=29.38%
G=34.42%
B=36.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal991161220.190.0500.52195.6510.4143.33
Hex63747A135034c4a2b
Octal1431641722350643041253
Binary110001111101001111010100111010110100110001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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