Html Css Color HEX #63909C Horizon

📋 copy color: '#63909C'

red 99 ◦ green 144 ◦ blue 156

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

Shades of Horizon #63909C

Tints of Horizon #63909C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 24.81%
G = 36.09%
B = 39.1%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63909C (or 0x63909C) is known color: Horizon. HEX triplet: 63, 90 and 9C. RGB value is (99,144,156). Sum of RGB (Red+Green+Blue) = 99+144+156=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #63909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63909C is #9C6F63. Grayscale: #838383. Windows color (decimal): -10252132 or 10260579. OLE color: 10260579.

HSL color Cylindrical-coordinate representation of color #63909C: hue angle of 192.63º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63909C is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 144 156 -
CMYK 0.37 0.08 0 0.39
HSL 192.63º 0.22% 0.5% -
HSV(B) 192.63º 0.37% 0.61% -
XYZ 21.12 25 35.16 -
YUV 131.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 99 144 156 0.37 0.08 0 0.39 192.63 0.22 0.5
Hex 63 90 9C 25 8 0 27 C1 16 32
Octal 143 220 234 45 10 0 47 301 26 62
Binary 1100011 10010000 10011100 100101 1000 0 100111 11000001 10110 110010

Color Harmonies of #63909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63909C

Black with #63909C

Text Example


Text Example

White with #63909C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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