#62869B

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

Shades of Horizon #62869B

Tints of Horizon #62869B

Color information

#62869B (or 0x62869B) is unknown color: approx Horizon. HEX triplet: 62, 86 and 9B. RGB value is (98,134,155). Sum of RGB (Red+Green+Blue) = 98+134+155=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #62869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62869B is #9D7964. Grayscale: #7D7D7D. Windows color (decimal): -10320229 or 10192482. OLE color: 10192482.

HSL color Cylindrical-coordinate representation of color #62869B: hue angle of 202.11º degrees, saturation: 0.23, 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 #62869B is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98134155-
CMYK0.370.1400.39
HSL202.11º22.53%49.61%-
HSV(B)202.11º36.77%60.78%-
XYZ19.4822.0134.23-
YUV125.63144.57108.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=25.32%
G=34.63%
B=40.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981341550.370.1400.39202.1122.5349.61
Hex62869B25E027ca1732
Octal14220623345160473122762
Binary11000101000011010011011100101111001001111100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62869B; }

 p { color: rgb(98,134,155); }

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

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

 a { background-color: rgb(98,134,155); }

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

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

 span { border-color: rgb(98,134,155); }

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