Html Css Color HEX #63768B Lynch

📋 copy color: '#63768B'

red 99 ◦ green 118 ◦ blue 139

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

Shades of Lynch #63768B

Tints of Lynch #63768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 27.81%
G = 33.15%
B = 39.04%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63768B (or 0x63768B) is known color: Lynch. HEX triplet: 63, 76 and 8B. RGB value is (99,118,139). Sum of RGB (Red+Green+Blue) = 99+118+139=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #63768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63768B is #9C8974. Grayscale: #727272. Windows color (decimal): -10258805 or 9139811. OLE color: 9139811.

HSL color Cylindrical-coordinate representation of color #63768B: hue angle of 211.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63768B is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 118 139 -
CMYK 0.29 0.15 0 0.45
HSL 211.5º 0.17% 0.47% -
HSV(B) 211.5º 0.29% 0.55% -
XYZ 16.28 17.47 26.94 -
YUV 114.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 99 118 139 0.29 0.15 0 0.45 211.5 0.17 0.47
Hex 63 76 8B 1D F 0 2D D4 11 2F
Octal 143 166 213 35 17 0 55 324 21 57
Binary 1100011 1110110 10001011 11101 1111 0 101101 11010100 10001 101111

Color Harmonies of #63768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63768B

Black with #63768B

Text Example


Text Example

White with #63768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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