Html Css Color HEX #628D9C Horizon

📋 copy color: '#628D9C'

red 98 ◦ green 141 ◦ blue 156

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

Shades of Horizon #628D9C

Tints of Horizon #628D9C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

 BLUE value IS 156 (61.33% from 255) = 39.49%

R = 24.81%
G = 35.7%
B = 39.49%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#628D9C (or 0x628D9C) is known color: Horizon. HEX triplet: 62, 8D and 9C. RGB value is (98,141,156). Sum of RGB (Red+Green+Blue) = 98+141+156=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #628D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D9C is #9D7263. Grayscale: #818181. Windows color (decimal): -10318436 or 10259810. OLE color: 10259810.

HSL color Cylindrical-coordinate representation of color #628D9C: hue angle of 195.52º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #628D9C is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 141 156 -
CMYK 0.37 0.10 0 0.39
HSL 195.52º 0.23% 0.5% -
HSV(B) 195.52º 0.37% 0.61% -
XYZ 20.56 24.05 35.01 -
YUV 129.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 98 141 156 0.37 0.10 0 0.39 195.52 0.23 0.5
Hex 62 8D 9C 25 A 0 27 C4 17 32
Octal 142 215 234 45 12 0 47 304 27 62
Binary 1100010 10001101 10011100 100101 1010 0 100111 11000100 10111 110010

Color Harmonies of #628D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628D9C

Black with #628D9C

Text Example


Text Example

White with #628D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628D9C; }

 p { color: rgb(98,141,156); }

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

background-color css

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

 a { background-color: rgb(98,141,156); }

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

border-color css

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

 span { border-color: rgb(98,141,156); }

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