Html Css Color HEX #629299 Horizon

📋 copy color: '#629299'

red 98 ◦ green 146 ◦ blue 153

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

Shades of Horizon #629299

Tints of Horizon #629299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

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

R = 24.69%
G = 36.78%
B = 38.54%

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

#629299 (or 0x629299) is known color: Horizon. HEX triplet: 62, 92 and 99. RGB value is (98,146,153). Sum of RGB (Red+Green+Blue) = 98+146+153=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #629299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629299 is #9D6D66. Grayscale: #848484. Windows color (decimal): -10317159 or 10064482. OLE color: 10064482.

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

Color convert

RGB 98 146 153 -
CMYK 0.36 0.05 0 0.4
HSL 187.64º 0.22% 0.49% -
HSV(B) 187.64º 0.36% 0.6% -
XYZ 21.07 25.45 33.94 -
YUV 132.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 98 146 153 0.36 0.05 0 0.4 187.64 0.22 0.49
Hex 62 92 99 24 5 0 28 BC 16 31
Octal 142 222 231 44 5 0 50 274 26 61
Binary 1100010 10010010 10011001 100100 101 0 101000 10111100 10110 110001

Color Harmonies of #629299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629299

Black with #629299

Text Example


Text Example

White with #629299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629299; }

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

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

background-color css

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

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

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

border-color css

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

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

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