Html Css Color HEX #629198 Horizon

📋 copy color: '#629198'

red 98 ◦ green 145 ◦ blue 152

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

Shades of Horizon #629198

Tints of Horizon #629198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.48%

R = 24.81%
G = 36.71%
B = 38.48%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#629198 (or 0x629198) is known color: Horizon. HEX triplet: 62, 91 and 98. RGB value is (98,145,152). Sum of RGB (Red+Green+Blue) = 98+145+152=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #629198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629198 is #9D6E67. Grayscale: #838383. Windows color (decimal): -10317416 or 9998690. OLE color: 9998690.

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

Color convert

RGB 98 145 152 -
CMYK 0.36 0.05 0 0.40
HSL 187.78º 0.22% 0.49% -
HSV(B) 187.78º 0.36% 0.6% -
XYZ 20.83 25.11 33.46 -
YUV 131.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 98 145 152 0.36 0.05 0 0.40 187.78 0.22 0.49
Hex 62 91 98 24 5 0 28 BC 16 31
Octal 142 221 230 44 5 0 50 274 26 61
Binary 1100010 10010001 10011000 100100 101 0 101000 10111100 10110 110001

Color Harmonies of #629198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629198

Black with #629198

Text Example


Text Example

White with #629198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629198; }

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

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

background-color css

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

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

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

border-color css

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

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

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