Html Css Color HEX #638599 Horizon

📋 copy color: '#638599'

red 99 ◦ green 133 ◦ blue 153

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

Shades of Horizon #638599

Tints of Horizon #638599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 25.71%
G = 34.55%
B = 39.74%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#638599 (or 0x638599) is known color: Horizon. HEX triplet: 63, 85 and 99. RGB value is (99,133,153). Sum of RGB (Red+Green+Blue) = 99+133+153=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #638599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638599 is #9C7A66. Grayscale: #7D7D7D. Windows color (decimal): -10254951 or 10061155. OLE color: 10061155.

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

Color convert

RGB 99 133 153 -
CMYK 0.35 0.13 0 0.4
HSL 202.22º 0.21% 0.49% -
HSV(B) 202.22º 0.35% 0.6% -
XYZ 19.28 21.73 33.31 -
YUV 125.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 99 133 153 0.35 0.13 0 0.4 202.22 0.21 0.49
Hex 63 85 99 23 D 0 28 CA 15 31
Octal 143 205 231 43 15 0 50 312 25 61
Binary 1100011 10000101 10011001 100011 1101 0 101000 11001010 10101 110001

Color Harmonies of #638599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638599

Black with #638599

Text Example


Text Example

White with #638599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638599; }

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

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

background-color css

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

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

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

border-color css

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

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

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