Html Css Color HEX #625681 Kimberly

📋 copy color: '#625681'

red 98 ◦ green 86 ◦ blue 129

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

Shades of Kimberly #625681

Tints of Kimberly #625681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.21%

R = 31.31%
G = 27.48%
B = 41.21%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#625681 (or 0x625681) is known color: Kimberly. HEX triplet: 62, 56 and 81. RGB value is (98,86,129). Sum of RGB (Red+Green+Blue) = 98+86+129=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #625681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625681 is #9DA97E. Grayscale: #5E5E5E. Windows color (decimal): -10332543 or 8476258. OLE color: 8476258.

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

Color convert

RGB 98 86 129 -
CMYK 0.24 0.33 0 0.49
HSL 256.74º 0.2% 0.42% -
HSV(B) 256.74º 0.33% 0.51% -
XYZ 12.33 10.84 22.21 -
YUV 94.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 98 86 129 0.24 0.33 0 0.49 256.74 0.2 0.42
Hex 62 56 81 18 21 0 31 101 14 2A
Octal 142 126 201 30 41 0 61 401 24 52
Binary 1100010 1010110 10000001 11000 100001 0 110001 100000001 10100 101010

Color Harmonies of #625681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625681

Black with #625681

Text Example


Text Example

White with #625681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625681; }

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

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

background-color css

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

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

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

border-color css

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

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

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