Html Css Color HEX #62858F Horizon

📋 copy color: '#62858F'

red 98 ◦ green 133 ◦ blue 143

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

Shades of Horizon #62858F

Tints of Horizon #62858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 26.2%
G = 35.56%
B = 38.24%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#62858F (or 0x62858F) is known color: Horizon. HEX triplet: 62, 85 and 8F. RGB value is (98,133,143). Sum of RGB (Red+Green+Blue) = 98+133+143=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #62858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62858F is #9D7A70. Grayscale: #7B7B7B. Windows color (decimal): -10320497 or 9405794. OLE color: 9405794.

HSL color Cylindrical-coordinate representation of color #62858F: hue angle of 193.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62858F is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 133 143 -
CMYK 0.31 0.07 0 0.44
HSL 193.33º 0.19% 0.47% -
HSV(B) 193.33º 0.31% 0.56% -
XYZ 18.38 21.35 29.14 -
YUV 123.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 98 133 143 0.31 0.07 0 0.44 193.33 0.19 0.47
Hex 62 85 8F 1F 7 0 2C C1 13 2F
Octal 142 205 217 37 7 0 54 301 23 57
Binary 1100010 10000101 10001111 11111 111 0 101100 11000001 10011 101111

Color Harmonies of #62858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62858F

Black with #62858F

Text Example


Text Example

White with #62858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62858F; }

 p { color: rgb(98,133,143); }

 H1.HeaderClassName
 {
   color: #62858F;
 }
 .AnyTagClassName
 {
   color: #62858F;
 }
</style>

background-color css

<style>
 a { background-color: #62858F; }

 a { background-color: rgb(98,133,143); }

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

border-color css

<style>
 span { border-color: #62858F; }

 span { border-color: rgb(98,133,143); }

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