Html Css Color HEX #627685 Lynch

📋 copy color: '#627685'

red 98 ◦ green 118 ◦ blue 133

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

Shades of Lynch #627685

Tints of Lynch #627685

RGB

 RED value IS 98 (38.67% from 255) = 28.08%

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

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 28.08%
G = 33.81%
B = 38.11%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#627685 (or 0x627685) is known color: Lynch. HEX triplet: 62, 76 and 85. RGB value is (98,118,133). Sum of RGB (Red+Green+Blue) = 98+118+133=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #627685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627685 is #9D897A. Grayscale: #717171. Windows color (decimal): -10324347 or 8746594. OLE color: 8746594.

HSL color Cylindrical-coordinate representation of color #627685: hue angle of 205.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #627685 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 118 133 -
CMYK 0.26 0.11 0 0.48
HSL 205.71º 0.15% 0.45% -
HSV(B) 205.71º 0.26% 0.52% -
XYZ 15.75 17.25 24.69 -
YUV 113.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 98 118 133 0.26 0.11 0 0.48 205.71 0.15 0.45
Hex 62 76 85 1A B 0 30 CE F 2D
Octal 142 166 205 32 13 0 60 316 17 55
Binary 1100010 1110110 10000101 11010 1011 0 110000 11001110 1111 101101

Color Harmonies of #627685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627685

Black with #627685

Text Example


Text Example

White with #627685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627685; }

 p { color: rgb(98,118,133); }

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

background-color css

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

 a { background-color: rgb(98,118,133); }

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

border-color css

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

 span { border-color: rgb(98,118,133); }

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