Html Css Color HEX #625880 Kimberly

📋 copy color: '#625880'

red 98 ◦ green 88 ◦ blue 128

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

Shades of Kimberly #625880

Tints of Kimberly #625880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 31.21%
G = 28.03%
B = 40.76%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#625880 (or 0x625880) is known color: Kimberly. HEX triplet: 62, 58 and 80. RGB value is (98,88,128). Sum of RGB (Red+Green+Blue) = 98+88+128=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #625880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625880 is #9DA77F. Grayscale: #5F5F5F. Windows color (decimal): -10332032 or 8411234. OLE color: 8411234.

HSL color Cylindrical-coordinate representation of color #625880: hue angle of 255º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #625880 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 88 128 -
CMYK 0.23 0.31 0 0.50
HSL 255º 0.19% 0.42% -
HSV(B) 255º 0.31% 0.5% -
XYZ 12.42 11.13 21.92 -
YUV 95.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 98 88 128 0.23 0.31 0 0.50 255 0.19 0.42
Hex 62 58 80 17 1F 0 32 FF 13 2A
Octal 142 130 200 27 37 0 62 377 23 52
Binary 1100010 1011000 10000000 10111 11111 0 110010 11111111 10011 101010

Color Harmonies of #625880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625880

Black with #625880

Text Example


Text Example

White with #625880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625880; }

 p { color: rgb(98,88,128); }

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

background-color css

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

 a { background-color: rgb(98,88,128); }

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

border-color css

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

 span { border-color: rgb(98,88,128); }

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