Html Css Color HEX #638994 Horizon

📋 copy color: '#638994'

red 99 ◦ green 137 ◦ blue 148

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

Shades of Horizon #638994

Tints of Horizon #638994

RGB

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

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

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

R = 25.78%
G = 35.68%
B = 38.54%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#638994 (or 0x638994) is known color: Horizon. HEX triplet: 63, 89 and 94. RGB value is (99,137,148). Sum of RGB (Red+Green+Blue) = 99+137+148=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #638994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638994 is #9C766B. Grayscale: #7E7E7E. Windows color (decimal): -10253932 or 9734499. OLE color: 9734499.

HSL color Cylindrical-coordinate representation of color #638994: hue angle of 193.47º 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 #638994 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 137 148 -
CMYK 0.33 0.07 0 0.42
HSL 193.47º 0.2% 0.48% -
HSV(B) 193.47º 0.33% 0.58% -
XYZ 19.44 22.68 31.37 -
YUV 126.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 99 137 148 0.33 0.07 0 0.42 193.47 0.2 0.48
Hex 63 89 94 21 7 0 2A C1 14 30
Octal 143 211 224 41 7 0 52 301 24 60
Binary 1100011 10001001 10010100 100001 111 0 101010 11000001 10100 110000

Color Harmonies of #638994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638994

Black with #638994

Text Example


Text Example

White with #638994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638994; }

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

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

background-color css

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

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

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

border-color css

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

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

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