Html Css Color HEX #63909A Horizon

📋 copy color: '#63909A'

red 99 ◦ green 144 ◦ blue 154

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

Shades of Horizon #63909A

Tints of Horizon #63909A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

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

R = 24.94%
G = 36.27%
B = 38.79%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#63909A (or 0x63909A) is known color: Horizon. HEX triplet: 63, 90 and 9A. RGB value is (99,144,154). Sum of RGB (Red+Green+Blue) = 99+144+154=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #63909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63909A is #9C6F65. Grayscale: #838383. Windows color (decimal): -10252134 or 10129507. OLE color: 10129507.

HSL color Cylindrical-coordinate representation of color #63909A: hue angle of 190.91º 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 #63909A is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 144 154 -
CMYK 0.36 0.06 0 0.40
HSL 190.91º 0.22% 0.5% -
HSV(B) 190.91º 0.36% 0.6% -
XYZ 20.95 24.93 34.28 -
YUV 131.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 99 144 154 0.36 0.06 0 0.40 190.91 0.22 0.5
Hex 63 90 9A 24 6 0 28 BF 16 32
Octal 143 220 232 44 6 0 50 277 26 62
Binary 1100011 10010000 10011010 100100 110 0 101000 10111111 10110 110010

Color Harmonies of #63909A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63909A

Black with #63909A

Text Example


Text Example

White with #63909A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63909A; }

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

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

background-color css

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

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

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

border-color css

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

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

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