Html Css Color HEX #629098 Horizon

📋 copy color: '#629098'

red 98 ◦ green 144 ◦ blue 152

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

Shades of Horizon #629098

Tints of Horizon #629098

RGB

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

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

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

R = 24.87%
G = 36.55%
B = 38.58%

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

#629098 (or 0x629098) is known color: Horizon. HEX triplet: 62, 90 and 98. RGB value is (98,144,152). Sum of RGB (Red+Green+Blue) = 98+144+152=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 152 - color contains mainly: blue. Hex color #629098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629098 is #9D6F67. Grayscale: #838383. Windows color (decimal): -10317672 or 9998434. OLE color: 9998434.

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

Color convert

RGB 98 144 152 -
CMYK 0.36 0.05 0 0.40
HSL 188.89º 0.22% 0.49% -
HSV(B) 188.89º 0.36% 0.6% -
XYZ 20.68 24.81 33.4 -
YUV 131.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 98 144 152 0.36 0.05 0 0.40 188.89 0.22 0.49
Hex 62 90 98 24 5 0 28 BD 16 31
Octal 142 220 230 44 5 0 50 275 26 61
Binary 1100010 10010000 10011000 100100 101 0 101000 10111101 10110 110001

Color Harmonies of #629098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629098

Black with #629098

Text Example


Text Example

White with #629098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629098; }

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

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

background-color css

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

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

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

border-color css

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

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

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