Html Css Color HEX #638998 Horizon

📋 copy color: '#638998'

red 99 ◦ green 137 ◦ blue 152

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

Shades of Horizon #638998

Tints of Horizon #638998

RGB

 RED value IS 99 (39.06% from 255) = 25.52%

 GREEN value IS 137 (53.91% from 255) = 35.31%

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

R = 25.52%
G = 35.31%
B = 39.18%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#638998 (or 0x638998) is known color: Horizon. HEX triplet: 63, 89 and 98. RGB value is (99,137,152). Sum of RGB (Red+Green+Blue) = 99+137+152=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #638998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638998 is #9C7667. Grayscale: #7F7F7F. Windows color (decimal): -10253928 or 9996643. OLE color: 9996643.

HSL color Cylindrical-coordinate representation of color #638998: hue angle of 196.98º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #638998 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 137 152 -
CMYK 0.35 0.10 0 0.40
HSL 196.98º 0.21% 0.49% -
HSV(B) 196.98º 0.35% 0.6% -
XYZ 19.76 22.81 33.07 -
YUV 127.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 99 137 152 0.35 0.10 0 0.40 196.98 0.21 0.49
Hex 63 89 98 23 A 0 28 C5 15 31
Octal 143 211 230 43 12 0 50 305 25 61
Binary 1100011 10001001 10011000 100011 1010 0 101000 11000101 10101 110001

Color Harmonies of #638998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638998

Black with #638998

Text Example


Text Example

White with #638998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638998; }

 p { color: rgb(99,137,152); }

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

background-color css

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

 a { background-color: rgb(99,137,152); }

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

border-color css

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

 span { border-color: rgb(99,137,152); }

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