Html Css Color HEX #625881 Kimberly

📋 copy color: '#625881'

red 98 ◦ green 88 ◦ blue 129

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

Shades of Kimberly #625881

Tints of Kimberly #625881

RGB

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

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

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

R = 31.11%
G = 27.94%
B = 40.95%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#625881 (or 0x625881) is known color: Kimberly. HEX triplet: 62, 58 and 81. RGB value is (98,88,129). Sum of RGB (Red+Green+Blue) = 98+88+129=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #625881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625881 is #9DA77E. Grayscale: #5F5F5F. Windows color (decimal): -10332031 or 8476770. OLE color: 8476770.

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

Color convert

RGB 98 88 129 -
CMYK 0.24 0.32 0 0.49
HSL 254.63º 0.19% 0.43% -
HSV(B) 254.63º 0.32% 0.51% -
XYZ 12.49 11.16 22.26 -
YUV 95.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 98 88 129 0.24 0.32 0 0.49 254.63 0.19 0.43
Hex 62 58 81 18 20 0 31 FF 13 2B
Octal 142 130 201 30 40 0 61 377 23 53
Binary 1100010 1011000 10000001 11000 100000 0 110001 11111111 10011 101011

Color Harmonies of #625881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625881

Black with #625881

Text Example


Text Example

White with #625881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625881; }

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

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

background-color css

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

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

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

border-color css

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

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

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