#638b9c

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

Shades of Horizon #638B9C

Tints of Horizon #638B9C

Color information

#638B9C (or 0x638B9C) is unknown color: approx Horizon. HEX triplet: 63, 8B and 9C. RGB value is (99,139,156). Sum of RGB (Red+Green+Blue) = 99+139+156=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #638B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638B9C is #9C7463. Grayscale: #808080. Windows color (decimal): -10253412 or 10259299. OLE color: 10259299.

HSL color Cylindrical-coordinate representation of color #638B9C: hue angle of 197.89º 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 #638B9C is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99139156-
CMYK0.370.1100.39
HSL197.89º22.35%50%-
HSV(B)197.89º36.54%61.18%-
XYZ20.3823.5234.92-
YUV128.98143.25106.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.13%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=25.13%
G=35.28%
B=39.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991391560.370.1100.39197.8922.3550
Hex638B9C25B027c61632
Octal14321323445130473062662
Binary11000111000101110011100100101101101001111100011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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