Html Css Color HEX #638790 Horizon

📋 copy color: '#638790'

red 99 ◦ green 135 ◦ blue 144

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

Shades of Horizon #638790

Tints of Horizon #638790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 26.19%
G = 35.71%
B = 38.1%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#638790 (or 0x638790) is known color: Horizon. HEX triplet: 63, 87 and 90. RGB value is (99,135,144). Sum of RGB (Red+Green+Blue) = 99+135+144=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #638790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638790 is #9C786F. Grayscale: #7D7D7D. Windows color (decimal): -10254448 or 9471843. OLE color: 9471843.

HSL color Cylindrical-coordinate representation of color #638790: hue angle of 192º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638790 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 135 144 -
CMYK 0.31 0.06 0 0.44
HSL 192º 0.19% 0.48% -
HSV(B) 192º 0.31% 0.56% -
XYZ 18.84 21.99 29.64 -
YUV 125.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 99 135 144 0.31 0.06 0 0.44 192 0.19 0.48
Hex 63 87 90 1F 6 0 2C C0 13 30
Octal 143 207 220 37 6 0 54 300 23 60
Binary 1100011 10000111 10010000 11111 110 0 101100 11000000 10011 110000

Color Harmonies of #638790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638790

Black with #638790

Text Example


Text Example

White with #638790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638790; }

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

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

background-color css

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

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

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

border-color css

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

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

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