#638C9C

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

Shades of Horizon #638C9C

Tints of Horizon #638C9C

Color information

#638C9C (or 0x638C9C) is unknown color: approx Horizon. HEX triplet: 63, 8C and 9C. RGB value is (99,140,156). Sum of RGB (Red+Green+Blue) = 99+140+156=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #638C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638C9C is #9C7363. Grayscale: #818181. Windows color (decimal): -10253156 or 10259555. OLE color: 10259555.

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

Color convert

RGB99140156-
CMYK0.370.1000.39
HSL196.84º22.35%50%-
HSV(B)196.84º36.54%61.18%-
XYZ20.5223.8134.97-
YUV129.56142.92106.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.06%
GREEN value IS 140 (55.08% from 255) = 35.44%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=25.06%
G=35.44%
B=39.49%

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
Decimal991401560.370.1000.39196.8422.3550
Hex638C9C25A027c51632
Octal14321423445120473052662
Binary11000111000110010011100100101101001001111100010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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