Html Css Color HEX #625766 Fedora

📋 copy color: '#625766'

red 98 ◦ green 87 ◦ blue 102

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

Shades of Fedora #625766

Tints of Fedora #625766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

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

R = 34.15%
G = 30.31%
B = 35.54%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#625766 (or 0x625766) is known color: Fedora. HEX triplet: 62, 57 and 66. RGB value is (98,87,102). Sum of RGB (Red+Green+Blue) = 98+87+102=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 102 - color contains mainly: blue. Hex color #625766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625766 is #9DA899. Grayscale: #5B5B5B. Windows color (decimal): -10332314 or 6707042. OLE color: 6707042.

HSL color Cylindrical-coordinate representation of color #625766: hue angle of 284º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #625766 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 98 87 102 -
CMYK 0.04 0.15 0 0.6
HSL 284º 0.08% 0.37% -
HSV(B) 284º 0.15% 0.4% -
XYZ 10.84 10.37 14 -
YUV 92 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 98 87 102 0.04 0.15 0 0.6 284 0.08 0.37
Hex 62 57 66 4 F 0 3C 11C 8 25
Octal 142 127 146 4 17 0 74 434 10 45
Binary 1100010 1010111 1100110 100 1111 0 111100 100011100 1000 100101

Color Harmonies of #625766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625766

Black with #625766

Text Example


Text Example

White with #625766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625766; }

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

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

background-color css

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

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

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

border-color css

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

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

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