Html Css Color HEX #628C9D Horizon

📋 copy color: '#628C9D'

red 98 ◦ green 140 ◦ blue 157

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

Shades of Horizon #628C9D

Tints of Horizon #628C9D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.44%

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 24.81%
G = 35.44%
B = 39.75%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#628C9D (or 0x628C9D) is known color: Horizon. HEX triplet: 62, 8C and 9D. RGB value is (98,140,157). Sum of RGB (Red+Green+Blue) = 98+140+157=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #628C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628C9D is #9D7362. Grayscale: #818181. Windows color (decimal): -10318691 or 10325090. OLE color: 10325090.

HSL color Cylindrical-coordinate representation of color #628C9D: hue angle of 197.29º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #628C9D is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 140 157 -
CMYK 0.38 0.11 0 0.38
HSL 197.29º 0.23% 0.5% -
HSV(B) 197.29º 0.38% 0.62% -
XYZ 20.5 23.79 35.41 -
YUV 129.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 98 140 157 0.38 0.11 0 0.38 197.29 0.23 0.5
Hex 62 8C 9D 26 B 0 26 C5 17 32
Octal 142 214 235 46 13 0 46 305 27 62
Binary 1100010 10001100 10011101 100110 1011 0 100110 11000101 10111 110010

Color Harmonies of #628C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628C9D

Black with #628C9D

Text Example


Text Example

White with #628C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,140,157); }

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

background-color css

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

 a { background-color: rgb(98,140,157); }

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

border-color css

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

 span { border-color: rgb(98,140,157); }

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