#638F9E

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

Shades of Horizon #638F9E

Tints of Horizon #638F9E

Color information

#638F9E (or 0x638F9E) is unknown color: approx Horizon. HEX triplet: 63, 8F and 9E. RGB value is (99,143,158). Sum of RGB (Red+Green+Blue) = 99+143+158=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #638F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F9E is #9C7061. Grayscale: #838383. Windows color (decimal): -10252386 or 10391395. OLE color: 10391395.

HSL color Cylindrical-coordinate representation of color #638F9E: hue angle of 195.25º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #638F9E is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99143158-
CMYK0.370.0900.38
HSL195.25º23.32%50.39%-
HSV(B)195.25º37.34%61.96%-
XYZ21.1424.7736.01-
YUV131.55142.92104.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.75%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=24.75%
G=35.75%
B=39.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991431580.370.0900.38195.2523.3250.39
Hex638F9E259026c31732
Octal14321723645110463032762
Binary11000111000111110011110100101100101001101100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,143,158); }

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

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

 a { background-color: rgb(99,143,158); }

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

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

 span { border-color: rgb(99,143,158); }

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