Html Css Color HEX #638094 Lynch

📋 copy color: '#638094'

red 99 ◦ green 128 ◦ blue 148

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

Shades of Lynch #638094

Tints of Lynch #638094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

 BLUE value IS 148 (58.2% from 255) = 39.47%

R = 26.4%
G = 34.13%
B = 39.47%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#638094 (or 0x638094) is known color: Lynch. HEX triplet: 63, 80 and 94. RGB value is (99,128,148). Sum of RGB (Red+Green+Blue) = 99+128+148=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #638094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638094 is #9C7F6B. Grayscale: #797979. Windows color (decimal): -10256236 or 9732195. OLE color: 9732195.

HSL color Cylindrical-coordinate representation of color #638094: hue angle of 204.49º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #638094 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 128 148 -
CMYK 0.33 0.14 0 0.42
HSL 204.49º 0.2% 0.48% -
HSV(B) 204.49º 0.33% 0.58% -
XYZ 18.21 20.23 30.96 -
YUV 121.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 99 128 148 0.33 0.14 0 0.42 204.49 0.2 0.48
Hex 63 80 94 21 E 0 2A CC 14 30
Octal 143 200 224 41 16 0 52 314 24 60
Binary 1100011 10000000 10010100 100001 1110 0 101010 11001100 10100 110000

Color Harmonies of #638094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638094

Black with #638094

Text Example


Text Example

White with #638094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638094; }

 p { color: rgb(99,128,148); }

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

background-color css

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

 a { background-color: rgb(99,128,148); }

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

border-color css

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

 span { border-color: rgb(99,128,148); }

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