Html Css Color HEX #628B9E Horizon

📋 copy color: '#628B9E'

red 98 ◦ green 139 ◦ blue 158

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

Shades of Horizon #628B9E

Tints of Horizon #628B9E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

 BLUE value IS 158 (62.11% from 255) = 40%

R = 24.81%
G = 35.19%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#628B9E (or 0x628B9E) is known color: Horizon. HEX triplet: 62, 8B and 9E. RGB value is (98,139,158). Sum of RGB (Red+Green+Blue) = 98+139+158=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #628B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628B9E is #9D7461. Grayscale: #808080. Windows color (decimal): -10318946 or 10390370. OLE color: 10390370.

HSL color Cylindrical-coordinate representation of color #628B9E: hue angle of 199º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #628B9E is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 139 158 -
CMYK 0.38 0.12 0 0.38
HSL 199º 0.24% 0.5% -
HSV(B) 199º 0.38% 0.62% -
XYZ 20.44 23.53 35.81 -
YUV 128.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 98 139 158 0.38 0.12 0 0.38 199 0.24 0.5
Hex 62 8B 9E 26 C 0 26 C7 18 32
Octal 142 213 236 46 14 0 46 307 30 62
Binary 1100010 10001011 10011110 100110 1100 0 100110 11000111 11000 110010

Color Harmonies of #628B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628B9E

Black with #628B9E

Text Example


Text Example

White with #628B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628B9E; }

 p { color: rgb(98,139,158); }

 H1.HeaderClassName
 {
   color: #628B9E;
 }
 .AnyTagClassName
 {
   color: #628B9E;
 }
</style>

background-color css

<style>
 a { background-color: #628B9E; }

 a { background-color: rgb(98,139,158); }

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

border-color css

<style>
 span { border-color: #628B9E; }

 span { border-color: rgb(98,139,158); }

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