Html Css Color HEX #638492 Horizon

📋 copy color: '#638492'

red 99 ◦ green 132 ◦ blue 146

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

Shades of Horizon #638492

Tints of Horizon #638492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 26.26%
G = 35.01%
B = 38.73%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#638492 (or 0x638492) is known color: Horizon. HEX triplet: 63, 84 and 92. RGB value is (99,132,146). Sum of RGB (Red+Green+Blue) = 99+132+146=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #638492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638492 is #9C7B6D. Grayscale: #7B7B7B. Windows color (decimal): -10255214 or 9602147. OLE color: 9602147.

HSL color Cylindrical-coordinate representation of color #638492: hue angle of 197.87º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #638492 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 132 146 -
CMYK 0.32 0.10 0 0.43
HSL 197.87º 0.19% 0.48% -
HSV(B) 197.87º 0.32% 0.57% -
XYZ 18.59 21.23 30.31 -
YUV 123.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 99 132 146 0.32 0.10 0 0.43 197.87 0.19 0.48
Hex 63 84 92 20 A 0 2B C6 13 30
Octal 143 204 222 40 12 0 53 306 23 60
Binary 1100011 10000100 10010010 100000 1010 0 101011 11000110 10011 110000

Color Harmonies of #638492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638492

Black with #638492

Text Example


Text Example

White with #638492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638492; }

 p { color: rgb(99,132,146); }

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

background-color css

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

 a { background-color: rgb(99,132,146); }

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

border-color css

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

 span { border-color: rgb(99,132,146); }

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