Html Css Color HEX #638795 Horizon

📋 copy color: '#638795'

red 99 ◦ green 135 ◦ blue 149

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

Shades of Horizon #638795

Tints of Horizon #638795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.9%

R = 25.85%
G = 35.25%
B = 38.9%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#638795 (or 0x638795) is known color: Horizon. HEX triplet: 63, 87 and 95. RGB value is (99,135,149). Sum of RGB (Red+Green+Blue) = 99+135+149=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #638795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638795 is #9C786A. Grayscale: #7D7D7D. Windows color (decimal): -10254443 or 9799523. OLE color: 9799523.

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

Color convert

RGB 99 135 149 -
CMYK 0.34 0.09 0 0.42
HSL 196.8º 0.2% 0.49% -
HSV(B) 196.8º 0.34% 0.58% -
XYZ 19.23 22.15 31.7 -
YUV 125.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 99 135 149 0.34 0.09 0 0.42 196.8 0.2 0.49
Hex 63 87 95 22 9 0 2A C5 14 31
Octal 143 207 225 42 11 0 52 305 24 61
Binary 1100011 10000111 10010101 100010 1001 0 101010 11000101 10100 110001

Color Harmonies of #638795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638795

Black with #638795

Text Example


Text Example

White with #638795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638795; }

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

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

background-color css

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

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

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

border-color css

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

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

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