Html Css Color HEX #629099 Horizon

📋 copy color: '#629099'

red 98 ◦ green 144 ◦ blue 153

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

Shades of Horizon #629099

Tints of Horizon #629099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 24.81%
G = 36.46%
B = 38.73%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#629099 (or 0x629099) is known color: Horizon. HEX triplet: 62, 90 and 99. RGB value is (98,144,153). Sum of RGB (Red+Green+Blue) = 98+144+153=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #629099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629099 is #9D6F66. Grayscale: #838383. Windows color (decimal): -10317671 or 10063970. OLE color: 10063970.

HSL color Cylindrical-coordinate representation of color #629099: hue angle of 189.82º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629099 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 144 153 -
CMYK 0.36 0.06 0 0.4
HSL 189.82º 0.22% 0.49% -
HSV(B) 189.82º 0.36% 0.6% -
XYZ 20.76 24.84 33.84 -
YUV 131.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 98 144 153 0.36 0.06 0 0.4 189.82 0.22 0.49
Hex 62 90 99 24 6 0 28 BE 16 31
Octal 142 220 231 44 6 0 50 276 26 61
Binary 1100010 10010000 10011001 100100 110 0 101000 10111110 10110 110001

Color Harmonies of #629099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629099

Black with #629099

Text Example


Text Example

White with #629099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629099; }

 p { color: rgb(98,144,153); }

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

background-color css

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

 a { background-color: rgb(98,144,153); }

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

border-color css

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

 span { border-color: rgb(98,144,153); }

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