Html Css Color HEX #625779 Kimberly

📋 copy color: '#625779'

red 98 ◦ green 87 ◦ blue 121

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

Shades of Kimberly #625779

Tints of Kimberly #625779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.54%

R = 32.03%
G = 28.43%
B = 39.54%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#625779 (or 0x625779) is known color: Kimberly. HEX triplet: 62, 57 and 79. RGB value is (98,87,121). Sum of RGB (Red+Green+Blue) = 98+87+121=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #625779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625779 is #9DA886. Grayscale: #5E5E5E. Windows color (decimal): -10332295 or 7952226. OLE color: 7952226.

HSL color Cylindrical-coordinate representation of color #625779: hue angle of 259.41º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #625779 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 87 121 -
CMYK 0.19 0.28 0 0.53
HSL 259.41º 0.16% 0.41% -
HSV(B) 259.41º 0.28% 0.47% -
XYZ 11.9 10.79 19.55 -
YUV 94.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 98 87 121 0.19 0.28 0 0.53 259.41 0.16 0.41
Hex 62 57 79 13 1C 0 35 103 10 29
Octal 142 127 171 23 34 0 65 403 20 51
Binary 1100010 1010111 1111001 10011 11100 0 110101 100000011 10000 101001

Color Harmonies of #625779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625779

Black with #625779

Text Example


Text Example

White with #625779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625779; }

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

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

background-color css

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

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

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

border-color css

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

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

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