Html Css Color HEX #629199 Horizon

📋 copy color: '#629199'

red 98 ◦ green 145 ◦ blue 153

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

Shades of Horizon #629199

Tints of Horizon #629199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

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

R = 24.75%
G = 36.62%
B = 38.64%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#629199 (or 0x629199) is known color: Horizon. HEX triplet: 62, 91 and 99. RGB value is (98,145,153). Sum of RGB (Red+Green+Blue) = 98+145+153=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #629199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629199 is #9D6E66. Grayscale: #838383. Windows color (decimal): -10317415 or 10064226. OLE color: 10064226.

HSL color Cylindrical-coordinate representation of color #629199: hue angle of 188.73º 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 #629199 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 145 153 -
CMYK 0.36 0.05 0 0.4
HSL 188.73º 0.22% 0.49% -
HSV(B) 188.73º 0.36% 0.6% -
XYZ 20.91 25.15 33.89 -
YUV 131.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 98 145 153 0.36 0.05 0 0.4 188.73 0.22 0.49
Hex 62 91 99 24 5 0 28 BD 16 31
Octal 142 221 231 44 5 0 50 275 26 61
Binary 1100010 10010001 10011001 100100 101 0 101000 10111101 10110 110001

Color Harmonies of #629199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629199

Black with #629199

Text Example


Text Example

White with #629199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629199; }

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

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

background-color css

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

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

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

border-color css

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

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

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