Html Css Color HEX #625682 Kimberly

📋 copy color: '#625682'

red 98 ◦ green 86 ◦ blue 130

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

Shades of Kimberly #625682

Tints of Kimberly #625682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 31.21%
G = 27.39%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#625682 (or 0x625682) is known color: Kimberly. HEX triplet: 62, 56 and 82. RGB value is (98,86,130). Sum of RGB (Red+Green+Blue) = 98+86+130=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #625682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625682 is #9DA97D. Grayscale: #5E5E5E. Windows color (decimal): -10332542 or 8541794. OLE color: 8541794.

HSL color Cylindrical-coordinate representation of color #625682: hue angle of 256.36º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #625682 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 86 130 -
CMYK 0.25 0.34 0 0.49
HSL 256.36º 0.2% 0.42% -
HSV(B) 256.36º 0.34% 0.51% -
XYZ 12.39 10.86 22.56 -
YUV 94.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 98 86 130 0.25 0.34 0 0.49 256.36 0.2 0.42
Hex 62 56 82 19 22 0 31 100 14 2A
Octal 142 126 202 31 42 0 61 400 24 52
Binary 1100010 1010110 10000010 11001 100010 0 110001 100000000 10100 101010

Color Harmonies of #625682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625682

Black with #625682

Text Example


Text Example

White with #625682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625682; }

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

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

background-color css

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

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

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

border-color css

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

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

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