Html Css Color HEX #627885 Lynch

📋 copy color: '#627885'

red 98 ◦ green 120 ◦ blue 133

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

Shades of Lynch #627885

Tints of Lynch #627885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.19%

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

R = 27.92%
G = 34.19%
B = 37.89%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#627885 (or 0x627885) is known color: Lynch. HEX triplet: 62, 78 and 85. RGB value is (98,120,133). Sum of RGB (Red+Green+Blue) = 98+120+133=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #627885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627885 is #9D877A. Grayscale: #727272. Windows color (decimal): -10323835 or 8747106. OLE color: 8747106.

HSL color Cylindrical-coordinate representation of color #627885: hue angle of 202.29º 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 #627885 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 120 133 -
CMYK 0.26 0.10 0 0.48
HSL 202.29º 0.15% 0.45% -
HSV(B) 202.29º 0.26% 0.52% -
XYZ 15.99 17.72 24.77 -
YUV 114.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 98 120 133 0.26 0.10 0 0.48 202.29 0.15 0.45
Hex 62 78 85 1A A 0 30 CA F 2D
Octal 142 170 205 32 12 0 60 312 17 55
Binary 1100010 1111000 10000101 11010 1010 0 110000 11001010 1111 101101

Color Harmonies of #627885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627885

Black with #627885

Text Example


Text Example

White with #627885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627885; }

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

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

background-color css

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

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

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

border-color css

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

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

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