#638788

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

Shades of Gothic #638788

Tints of Gothic #638788

Color information

#638788 (or 0x638788) is unknown color: approx Gothic. HEX triplet: 63, 87 and 88. RGB value is (99,135,136). Sum of RGB (Red+Green+Blue) = 99+135+136=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #638788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638788 is #9C7877. Grayscale: #7C7C7C. Windows color (decimal): -10254456 or 8947555. OLE color: 8947555.

HSL color Cylindrical-coordinate representation of color #638788: hue angle of 181.62º 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 #638788 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99135136-
CMYK0.270.0100.47
HSL181.62º15.74%46.08%-
HSV(B)181.62º27.21%53.33%-
XYZ18.2521.7626.53-
YUV124.35134.57109.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=26.76%
G=36.49%
B=36.76%

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
Decimal991351360.270.0100.47181.6215.7446.08
Hex6387881B102Fb6102e
Octal1432072103310572662056
Binary1100011100001111000100011011101011111011011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638788; }

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

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

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

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

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

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

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

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