Html Css Color HEX #62869B Horizon

📋 copy color: '#62869B'

red 98 ◦ green 134 ◦ blue 155

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

Shades of Horizon #62869B

Tints of Horizon #62869B

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 value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62869B (or 0x62869B) is known color: 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

RGB 98 134 155 -
CMYK 0.37 0.14 0 0.39
HSL 202.11º 0.23% 0.5% -
HSV(B) 202.11º 0.37% 0.61% -
XYZ 19.48 22.01 34.23 -
YUV 125.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 98 134 155 0.37 0.14 0 0.39 202.11 0.23 0.5
Hex 62 86 9B 25 E 0 27 CA 17 32
Octal 142 206 233 45 16 0 47 312 27 62
Binary 1100010 10000110 10011011 100101 1110 0 100111 11001010 10111 110010

Color Harmonies of #62869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62869B

Black with #62869B

Text Example


Text Example

White with #62869B

Text Example


Text Example

HTML Codes & Css Web 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>