Html Css Color HEX #638796 Horizon

📋 copy color: '#638796'

red 99 ◦ green 135 ◦ blue 150

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

Shades of Horizon #638796

Tints of Horizon #638796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 25.78%
G = 35.16%
B = 39.06%

CMYK

 C value IS 0.34

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#638796 (or 0x638796) is known color: Horizon. HEX triplet: 63, 87 and 96. RGB value is (99,135,150). Sum of RGB (Red+Green+Blue) = 99+135+150=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #638796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638796 is #9C7869. Grayscale: #7D7D7D. Windows color (decimal): -10254442 or 9865059. OLE color: 9865059.

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

Color convert

RGB 99 135 150 -
CMYK 0.34 0.1 0 0.41
HSL 197.65º 0.2% 0.49% -
HSV(B) 197.65º 0.34% 0.59% -
XYZ 19.31 22.18 32.12 -
YUV 125.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 99 135 150 0.34 0.1 0 0.41 197.65 0.2 0.49
Hex 63 87 96 22 A 0 29 C6 14 31
Octal 143 207 226 42 12 0 51 306 24 61
Binary 1100011 10000111 10010110 100010 1010 0 101001 11000110 10100 110001

Color Harmonies of #638796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638796

Black with #638796

Text Example


Text Example

White with #638796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638796; }

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

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

background-color css

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

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

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

border-color css

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

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

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