Html Css Color HEX #638F99 Horizon

📋 copy color: '#638F99'

red 99 ◦ green 143 ◦ blue 153

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

Shades of Horizon #638F99

Tints of Horizon #638F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.2%

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

R = 25.06%
G = 36.2%
B = 38.73%

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

#638F99 (or 0x638F99) is known color: Horizon. HEX triplet: 63, 8F and 99. RGB value is (99,143,153). Sum of RGB (Red+Green+Blue) = 99+143+153=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #638F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F99 is #9C7066. Grayscale: #828282. Windows color (decimal): -10252391 or 10063715. OLE color: 10063715.

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

Color convert

RGB 99 143 153 -
CMYK 0.35 0.07 0 0.4
HSL 191.11º 0.21% 0.49% -
HSV(B) 191.11º 0.35% 0.6% -
XYZ 20.72 24.6 33.79 -
YUV 130.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 99 143 153 0.35 0.07 0 0.4 191.11 0.21 0.49
Hex 63 8F 99 23 7 0 28 BF 15 31
Octal 143 217 231 43 7 0 50 277 25 61
Binary 1100011 10001111 10011001 100011 111 0 101000 10111111 10101 110001

Color Harmonies of #638F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638F99

Black with #638F99

Text Example


Text Example

White with #638F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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