Html Css Color HEX #638F9A Horizon

📋 copy color: '#638F9A'

red 99 ◦ green 143 ◦ blue 154

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

Shades of Horizon #638F9A

Tints of Horizon #638F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 25%
G = 36.11%
B = 38.89%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#638F9A (or 0x638F9A) is known color: Horizon. HEX triplet: 63, 8F and 9A. RGB value is (99,143,154). Sum of RGB (Red+Green+Blue) = 99+143+154=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #638F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F9A is #9C7065. Grayscale: #838383. Windows color (decimal): -10252390 or 10129251. OLE color: 10129251.

HSL color Cylindrical-coordinate representation of color #638F9A: hue angle of 192º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #638F9A is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 143 154 -
CMYK 0.36 0.07 0 0.40
HSL 192º 0.22% 0.5% -
HSV(B) 192º 0.36% 0.6% -
XYZ 20.8 24.63 34.23 -
YUV 131.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 99 143 154 0.36 0.07 0 0.40 192 0.22 0.5
Hex 63 8F 9A 24 7 0 28 C0 16 32
Octal 143 217 232 44 7 0 50 300 26 62
Binary 1100011 10001111 10011010 100100 111 0 101000 11000000 10110 110010

Color Harmonies of #638F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638F9A

Black with #638F9A

Text Example


Text Example

White with #638F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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