Html Css Color HEX #638E99 Horizon

📋 copy color: '#638E99'

red 99 ◦ green 142 ◦ blue 153

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

Shades of Horizon #638E99

Tints of Horizon #638E99

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 25.13%
G = 36.04%
B = 38.83%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#638E99 (or 0x638E99) is known color: Horizon. HEX triplet: 63, 8E and 99. RGB value is (99,142,153). Sum of RGB (Red+Green+Blue) = 99+142+153=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #638E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638E99 is #9C7166. Grayscale: #828282. Windows color (decimal): -10252647 or 10063459. OLE color: 10063459.

HSL color Cylindrical-coordinate representation of color #638E99: hue angle of 192.22º 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 #638E99 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 142 153 -
CMYK 0.35 0.07 0 0.4
HSL 192.22º 0.21% 0.49% -
HSV(B) 192.22º 0.35% 0.6% -
XYZ 20.57 24.3 33.74 -
YUV 130.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 99 142 153 0.35 0.07 0 0.4 192.22 0.21 0.49
Hex 63 8E 99 23 7 0 28 C0 15 31
Octal 143 216 231 43 7 0 50 300 25 61
Binary 1100011 10001110 10011001 100011 111 0 101000 11000000 10101 110001

Color Harmonies of #638E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638E99

Black with #638E99

Text Example


Text Example

White with #638E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638E99; }

 p { color: rgb(99,142,153); }

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

background-color css

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

 a { background-color: rgb(99,142,153); }

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

border-color css

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

 span { border-color: rgb(99,142,153); }

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