Html Css Color HEX #625266 Fedora

📋 copy color: '#625266'

red 98 ◦ green 82 ◦ blue 102

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

Shades of Fedora #625266

Tints of Fedora #625266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 34.75%
G = 29.08%
B = 36.17%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#625266 (or 0x625266) is known color: Fedora. HEX triplet: 62, 52 and 66. RGB value is (98,82,102). Sum of RGB (Red+Green+Blue) = 98+82+102=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 102 - color contains mainly: blue. Hex color #625266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625266 is #9DAD99. Grayscale: #595959. Windows color (decimal): -10333594 or 6705762. OLE color: 6705762.

HSL color Cylindrical-coordinate representation of color #625266: hue angle of 288º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #625266 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 98 82 102 -
CMYK 0.04 0.20 0 0.6
HSL 288º 0.11% 0.36% -
HSV(B) 288º 0.2% 0.4% -
XYZ 10.45 9.59 13.87 -
YUV 89.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 98 82 102 0.04 0.20 0 0.6 288 0.11 0.36
Hex 62 52 66 4 14 0 3C 120 B 24
Octal 142 122 146 4 24 0 74 440 13 44
Binary 1100010 1010010 1100110 100 10100 0 111100 100100000 1011 100100

Color Harmonies of #625266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625266

Black with #625266

Text Example


Text Example

White with #625266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625266; }

 p { color: rgb(98,82,102); }

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

background-color css

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

 a { background-color: rgb(98,82,102); }

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

border-color css

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

 span { border-color: rgb(98,82,102); }

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