Html Css Color HEX #638794 Horizon

📋 copy color: '#638794'

red 99 ◦ green 135 ◦ blue 148

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

Shades of Horizon #638794

Tints of Horizon #638794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.34%

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 25.92%
G = 35.34%
B = 38.74%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#638794 (or 0x638794) is known color: Horizon. HEX triplet: 63, 87 and 94. RGB value is (99,135,148). Sum of RGB (Red+Green+Blue) = 99+135+148=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 148 - color contains mainly: blue. Hex color #638794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638794 is #9C786B. Grayscale: #7D7D7D. Windows color (decimal): -10254444 or 9733987. OLE color: 9733987.

HSL color Cylindrical-coordinate representation of color #638794: hue angle of 195.92º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #638794 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 135 148 -
CMYK 0.33 0.09 0 0.42
HSL 195.92º 0.2% 0.48% -
HSV(B) 195.92º 0.33% 0.58% -
XYZ 19.15 22.12 31.28 -
YUV 125.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 99 135 148 0.33 0.09 0 0.42 195.92 0.2 0.48
Hex 63 87 94 21 9 0 2A C4 14 30
Octal 143 207 224 41 11 0 52 304 24 60
Binary 1100011 10000111 10010100 100001 1001 0 101010 11000100 10100 110000

Color Harmonies of #638794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638794

Black with #638794

Text Example


Text Example

White with #638794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638794; }

 p { color: rgb(99,135,148); }

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

background-color css

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

 a { background-color: rgb(99,135,148); }

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

border-color css

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

 span { border-color: rgb(99,135,148); }

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