Html Css Color HEX #63879C Horizon

📋 copy color: '#63879C'

red 99 ◦ green 135 ◦ blue 156

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

Shades of Horizon #63879C

Tints of Horizon #63879C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.62%

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

R = 25.38%
G = 34.62%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63879C (or 0x63879C) is known color: Horizon. HEX triplet: 63, 87 and 9C. RGB value is (99,135,156). Sum of RGB (Red+Green+Blue) = 99+135+156=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #63879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63879C is #9C7863. Grayscale: #7E7E7E. Windows color (decimal): -10254436 or 10258275. OLE color: 10258275.

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

Color convert

RGB 99 135 156 -
CMYK 0.37 0.13 0 0.39
HSL 202.11º 0.22% 0.5% -
HSV(B) 202.11º 0.37% 0.61% -
XYZ 19.81 22.38 34.73 -
YUV 126.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 99 135 156 0.37 0.13 0 0.39 202.11 0.22 0.5
Hex 63 87 9C 25 D 0 27 CA 16 32
Octal 143 207 234 45 15 0 47 312 26 62
Binary 1100011 10000111 10011100 100101 1101 0 100111 11001010 10110 110010

Color Harmonies of #63879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63879C

Black with #63879C

Text Example


Text Example

White with #63879C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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