#638D9C

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

Shades of Horizon #638D9C

Tints of Horizon #638D9C

Color information

#638D9C (or 0x638D9C) is unknown color: approx Horizon. HEX triplet: 63, 8D and 9C. RGB value is (99,141,156). Sum of RGB (Red+Green+Blue) = 99+141+156=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #638D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638D9C is #9C7263. Grayscale: #828282. Windows color (decimal): -10252900 or 10259811. OLE color: 10259811.

HSL color Cylindrical-coordinate representation of color #638D9C: hue angle of 195.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #638D9C is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99141156-
CMYK0.370.1000.39
HSL195.79º22.35%50%-
HSV(B)195.79º36.54%61.18%-
XYZ20.6724.135.02-
YUV130.15142.59105.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=25%
G=35.61%
B=39.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991411560.370.1000.39195.7922.3550
Hex638D9C25A027c41632
Octal14321523445120473042662
Binary11000111000110110011100100101101001001111100010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638D9C; }

 p { color: rgb(99,141,156); }

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

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

 a { background-color: rgb(99,141,156); }

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

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

 span { border-color: rgb(99,141,156); }

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