Html Css Color HEX #638894 Horizon

📋 copy color: '#638894'

red 99 ◦ green 136 ◦ blue 148

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

Shades of Horizon #638894

Tints of Horizon #638894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

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

R = 25.85%
G = 35.51%
B = 38.64%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#638894 (or 0x638894) is known color: Horizon. HEX triplet: 63, 88 and 94. RGB value is (99,136,148). Sum of RGB (Red+Green+Blue) = 99+136+148=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #638894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638894 is #9C776B. Grayscale: #7E7E7E. Windows color (decimal): -10254188 or 9734243. OLE color: 9734243.

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

Color convert

RGB 99 136 148 -
CMYK 0.33 0.08 0 0.42
HSL 194.69º 0.2% 0.48% -
HSV(B) 194.69º 0.33% 0.58% -
XYZ 19.3 22.4 31.32 -
YUV 126.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 99 136 148 0.33 0.08 0 0.42 194.69 0.2 0.48
Hex 63 88 94 21 8 0 2A C3 14 30
Octal 143 210 224 41 10 0 52 303 24 60
Binary 1100011 10001000 10010100 100001 1000 0 101010 11000011 10100 110000

Color Harmonies of #638894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638894

Black with #638894

Text Example


Text Example

White with #638894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638894; }

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

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

background-color css

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

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

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

border-color css

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

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

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