Html Css Color HEX #638996 Horizon

📋 copy color: '#638996'

red 99 ◦ green 137 ◦ blue 150

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

Shades of Horizon #638996

Tints of Horizon #638996

RGB

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

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

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

R = 25.65%
G = 35.49%
B = 38.86%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#638996 (or 0x638996) is known color: Horizon. HEX triplet: 63, 89 and 96. RGB value is (99,137,150). Sum of RGB (Red+Green+Blue) = 99+137+150=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 150 - color contains mainly: blue. Hex color #638996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638996 is #9C7669. Grayscale: #7F7F7F. Windows color (decimal): -10253930 or 9865571. OLE color: 9865571.

HSL color Cylindrical-coordinate representation of color #638996: hue angle of 195.29º 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 #638996 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 137 150 -
CMYK 0.34 0.09 0 0.41
HSL 195.29º 0.2% 0.49% -
HSV(B) 195.29º 0.34% 0.59% -
XYZ 19.6 22.75 32.21 -
YUV 127.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 99 137 150 0.34 0.09 0 0.41 195.29 0.2 0.49
Hex 63 89 96 22 9 0 29 C3 14 31
Octal 143 211 226 42 11 0 51 303 24 61
Binary 1100011 10001001 10010110 100010 1001 0 101001 11000011 10100 110001

Color Harmonies of #638996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638996

Black with #638996

Text Example


Text Example

White with #638996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638996; }

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

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

background-color css

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

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

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

border-color css

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

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

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