Html Css Color HEX #63939C Horizon

📋 copy color: '#63939C'

red 99 ◦ green 147 ◦ blue 156

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

Shades of Horizon #63939C

Tints of Horizon #63939C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

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

R = 24.63%
G = 36.57%
B = 38.81%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63939C (or 0x63939C) is known color: Horizon. HEX triplet: 63, 93 and 9C. RGB value is (99,147,156). Sum of RGB (Red+Green+Blue) = 99+147+156=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #63939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63939C is #9C6C63. Grayscale: #858585. Windows color (decimal): -10251364 or 10261347. OLE color: 10261347.

HSL color Cylindrical-coordinate representation of color #63939C: hue angle of 189.47º 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 #63939C is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 147 156 -
CMYK 0.37 0.06 0 0.39
HSL 189.47º 0.22% 0.5% -
HSV(B) 189.47º 0.37% 0.61% -
XYZ 21.58 25.92 35.32 -
YUV 133.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 99 147 156 0.37 0.06 0 0.39 189.47 0.22 0.5
Hex 63 93 9C 25 6 0 27 BD 16 32
Octal 143 223 234 45 6 0 47 275 26 62
Binary 1100011 10010011 10011100 100101 110 0 100111 10111101 10110 110010

Color Harmonies of #63939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63939C

Black with #63939C

Text Example


Text Example

White with #63939C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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