Html Css Color HEX #62889B Horizon

📋 copy color: '#62889B'

red 98 ◦ green 136 ◦ blue 155

#62889B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #62889B

Tints of Horizon #62889B

RGB

 RED value IS 98 (38.67% from 255) = 25.19%

 GREEN value IS 136 (53.52% from 255) = 34.96%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 25.19%
G = 34.96%
B = 39.85%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62889B (or 0x62889B) is known color: Horizon. HEX triplet: 62, 88 and 9B. RGB value is (98,136,155). Sum of RGB (Red+Green+Blue) = 98+136+155=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #62889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62889B is #9D7764. Grayscale: #7E7E7E. Windows color (decimal): -10319717 or 10192994. OLE color: 10192994.

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

Color convert

RGB 98 136 155 -
CMYK 0.37 0.12 0 0.39
HSL 200º 0.23% 0.5% -
HSV(B) 200º 0.37% 0.61% -
XYZ 19.76 22.57 34.33 -
YUV 126.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 98 136 155 0.37 0.12 0 0.39 200 0.23 0.5
Hex 62 88 9B 25 C 0 27 C8 17 32
Octal 142 210 233 45 14 0 47 310 27 62
Binary 1100010 10001000 10011011 100101 1100 0 100111 11001000 10111 110010

Color Harmonies of #62889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62889B

Black with #62889B

Text Example


Text Example

White with #62889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62889B;
 }
 .AnyTagClassName
 {
   color: #62889B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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