Html Css Color HEX #63909B Horizon

📋 copy color: '#63909B'

red 99 ◦ green 144 ◦ blue 155

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

Shades of Horizon #63909B

Tints of Horizon #63909B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 24.87%
G = 36.18%
B = 38.94%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63909B (or 0x63909B) is known color: Horizon. HEX triplet: 63, 90 and 9B. RGB value is (99,144,155). Sum of RGB (Red+Green+Blue) = 99+144+155=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #63909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63909B is #9C6F64. Grayscale: #838383. Windows color (decimal): -10252133 or 10195043. OLE color: 10195043.

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

Color convert

RGB 99 144 155 -
CMYK 0.36 0.07 0 0.39
HSL 191.79º 0.22% 0.5% -
HSV(B) 191.79º 0.36% 0.61% -
XYZ 21.04 24.97 34.72 -
YUV 131.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 99 144 155 0.36 0.07 0 0.39 191.79 0.22 0.5
Hex 63 90 9B 24 7 0 27 C0 16 32
Octal 143 220 233 44 7 0 47 300 26 62
Binary 1100011 10010000 10011011 100100 111 0 100111 11000000 10110 110010

Color Harmonies of #63909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63909B

Black with #63909B

Text Example


Text Example

White with #63909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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