Html Css Color HEX #638592 Horizon

📋 copy color: '#638592'

red 99 ◦ green 133 ◦ blue 146

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

Shades of Horizon #638592

Tints of Horizon #638592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

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

R = 26.19%
G = 35.19%
B = 38.62%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#638592 (or 0x638592) is known color: Horizon. HEX triplet: 63, 85 and 92. RGB value is (99,133,146). Sum of RGB (Red+Green+Blue) = 99+133+146=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #638592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638592 is #9C7A6D. Grayscale: #7C7C7C. Windows color (decimal): -10254958 or 9602403. OLE color: 9602403.

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

Color convert

RGB 99 133 146 -
CMYK 0.32 0.09 0 0.43
HSL 196.6º 0.19% 0.48% -
HSV(B) 196.6º 0.32% 0.57% -
XYZ 18.72 21.5 30.36 -
YUV 124.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 99 133 146 0.32 0.09 0 0.43 196.6 0.19 0.48
Hex 63 85 92 20 9 0 2B C5 13 30
Octal 143 205 222 40 11 0 53 305 23 60
Binary 1100011 10000101 10010010 100000 1001 0 101011 11000101 10011 110000

Color Harmonies of #638592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638592

Black with #638592

Text Example


Text Example

White with #638592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638592; }

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

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

background-color css

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

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

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

border-color css

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

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

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