Html Css Color HEX #638793 Horizon

📋 copy color: '#638793'

red 99 ◦ green 135 ◦ blue 147

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

Shades of Horizon #638793

Tints of Horizon #638793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 25.98%
G = 35.43%
B = 38.58%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#638793 (or 0x638793) is known color: Horizon. HEX triplet: 63, 87 and 93. RGB value is (99,135,147). Sum of RGB (Red+Green+Blue) = 99+135+147=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #638793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638793 is #9C786C. Grayscale: #7D7D7D. Windows color (decimal): -10254445 or 9668451. OLE color: 9668451.

HSL color Cylindrical-coordinate representation of color #638793: hue angle of 195º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #638793 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 135 147 -
CMYK 0.33 0.08 0 0.42
HSL 195º 0.2% 0.48% -
HSV(B) 195º 0.33% 0.58% -
XYZ 19.08 22.09 30.86 -
YUV 125.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 99 135 147 0.33 0.08 0 0.42 195 0.2 0.48
Hex 63 87 93 21 8 0 2A C3 14 30
Octal 143 207 223 41 10 0 52 303 24 60
Binary 1100011 10000111 10010011 100001 1000 0 101010 11000011 10100 110000

Color Harmonies of #638793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638793

Black with #638793

Text Example


Text Example

White with #638793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638793; }

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

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

background-color css

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

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

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

border-color css

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

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

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