Html Css Color HEX #625679 Kimberly

📋 copy color: '#625679'

red 98 ◦ green 86 ◦ blue 121

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

Shades of Kimberly #625679

Tints of Kimberly #625679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

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

R = 32.13%
G = 28.2%
B = 39.67%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#625679 (or 0x625679) is known color: Kimberly. HEX triplet: 62, 56 and 79. RGB value is (98,86,121). Sum of RGB (Red+Green+Blue) = 98+86+121=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #625679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625679 is #9DA986. Grayscale: #5D5D5D. Windows color (decimal): -10332551 or 7951970. OLE color: 7951970.

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

Color convert

RGB 98 86 121 -
CMYK 0.19 0.29 0 0.53
HSL 260.57º 0.17% 0.41% -
HSV(B) 260.57º 0.29% 0.47% -
XYZ 11.82 10.63 19.52 -
YUV 93.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 98 86 121 0.19 0.29 0 0.53 260.57 0.17 0.41
Hex 62 56 79 13 1D 0 35 105 11 29
Octal 142 126 171 23 35 0 65 405 21 51
Binary 1100010 1010110 1111001 10011 11101 0 110101 100000101 10001 101001

Color Harmonies of #625679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625679

Black with #625679

Text Example


Text Example

White with #625679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625679; }

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

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

background-color css

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

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

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

border-color css

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

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

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