Html Css Color HEX #638FA0 Horizon

📋 copy color: '#638FA0'

red 99 ◦ green 143 ◦ blue 160

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

Shades of Horizon #638FA0

Tints of Horizon #638FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 160 (62.89% from 255) = 39.8%

R = 24.63%
G = 35.57%
B = 39.8%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#638FA0 (or 0x638FA0) is known color: Horizon. HEX triplet: 63, 8F and A0. RGB value is (99,143,160). Sum of RGB (Red+Green+Blue) = 99+143+160=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 160 - color contains mainly: blue. Hex color #638FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638FA0 is #9C705F. Grayscale: #838383. Windows color (decimal): -10252384 or 10522467. OLE color: 10522467.

HSL color Cylindrical-coordinate representation of color #638FA0: hue angle of 196.72º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #638FA0 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 143 160 -
CMYK 0.38 0.11 0 0.37
HSL 196.72º 0.24% 0.51% -
HSV(B) 196.72º 0.38% 0.63% -
XYZ 21.31 24.84 36.93 -
YUV 131.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 99 143 160 0.38 0.11 0 0.37 196.72 0.24 0.51
Hex 63 8F A0 26 B 0 25 C5 18 33
Octal 143 217 240 46 13 0 45 305 30 63
Binary 1100011 10001111 10100000 100110 1011 0 100101 11000101 11000 110011

Color Harmonies of #638FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638FA0

Black with #638FA0

Text Example


Text Example

White with #638FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638FA0; }

 p { color: rgb(99,143,160); }

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

background-color css

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

 a { background-color: rgb(99,143,160); }

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

border-color css

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

 span { border-color: rgb(99,143,160); }

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