#638688

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

Shades of Gothic #638688

Tints of Gothic #638688

Color information

#638688 (or 0x638688) is unknown color: approx Gothic. HEX triplet: 63, 86 and 88. RGB value is (99,134,136). Sum of RGB (Red+Green+Blue) = 99+134+136=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #638688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638688 is #9C7977. Grayscale: #7B7B7B. Windows color (decimal): -10254712 or 8947299. OLE color: 8947299.

HSL color Cylindrical-coordinate representation of color #638688: hue angle of 183.24º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638688 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99134136-
CMYK0.270.0100.47
HSL183.24º15.74%46.08%-
HSV(B)183.24º27.21%53.33%-
XYZ18.1121.4826.48-
YUV123.76134.9110.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=26.83%
G=36.31%
B=36.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341360.270.0100.47183.2415.7446.08
Hex6386881B102Fb7102e
Octal1432062103310572672056
Binary1100011100001101000100011011101011111011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638688; }

 p { color: rgb(99,134,136); }

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

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

 a { background-color: rgb(99,134,136); }

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

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

 span { border-color: rgb(99,134,136); }

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