Html Css Color HEX #62505A Finn

📋 copy color: '#62505A'

red 98 ◦ green 80 ◦ blue 90

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

Shades of Finn #62505A

Tints of Finn #62505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 36.57%
G = 29.85%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62505A (or 0x62505A) is known color: Finn. HEX triplet: 62, 50 and 5A. RGB value is (98,80,90). Sum of RGB (Red+Green+Blue) = 98+80+90=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 98 - color contains mainly: red. Hex color #62505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62505A is #9DAFA5. Grayscale: #565656. Windows color (decimal): -10334118 or 5918818. OLE color: 5918818.

HSL color Cylindrical-coordinate representation of color #62505A: hue angle of 326.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #62505A is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 80 90 -
CMYK 0 0.18 0.08 0.62
HSL 326.67º 0.1% 0.35% -
HSV(B) 326.67º 0.18% 0.38% -
XYZ 9.75 9.07 10.91 -
YUV 86.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 98 80 90 0 0.18 0.08 0.62 326.67 0.1 0.35
Hex 62 50 5A 0 12 8 3E 147 A 23
Octal 142 120 132 0 22 10 76 507 12 43
Binary 1100010 1010000 1011010 0 10010 1000 111110 101000111 1010 100011

Color Harmonies of #62505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62505A

Black with #62505A

Text Example


Text Example

White with #62505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,80,90); }

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

background-color css

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

 a { background-color: rgb(98,80,90); }

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

border-color css

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

 span { border-color: rgb(98,80,90); }

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