Html Css Color HEX #63768A Lynch

📋 copy color: '#63768A'

red 99 ◦ green 118 ◦ blue 138

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

Shades of Lynch #63768A

Tints of Lynch #63768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 27.89%
G = 33.24%
B = 38.87%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#63768A (or 0x63768A) is known color: Lynch. HEX triplet: 63, 76 and 8A. RGB value is (99,118,138). Sum of RGB (Red+Green+Blue) = 99+118+138=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #63768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63768A is #9C8975. Grayscale: #727272. Windows color (decimal): -10258806 or 9074275. OLE color: 9074275.

HSL color Cylindrical-coordinate representation of color #63768A: hue angle of 210.77º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63768A is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 118 138 -
CMYK 0.28 0.14 0 0.46
HSL 210.77º 0.16% 0.46% -
HSV(B) 210.77º 0.28% 0.54% -
XYZ 16.21 17.44 26.56 -
YUV 114.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 99 118 138 0.28 0.14 0 0.46 210.77 0.16 0.46
Hex 63 76 8A 1C E 0 2E D3 10 2E
Octal 143 166 212 34 16 0 56 323 20 56
Binary 1100011 1110110 10001010 11100 1110 0 101110 11010011 10000 101110

Color Harmonies of #63768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63768A

Black with #63768A

Text Example


Text Example

White with #63768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,118,138); }

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

background-color css

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

 a { background-color: rgb(99,118,138); }

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

border-color css

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

 span { border-color: rgb(99,118,138); }

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