Html Css Color HEX #625A87 Kimberly

📋 copy color: '#625A87'

red 98 ◦ green 90 ◦ blue 135

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

Shades of Kimberly #625A87

Tints of Kimberly #625A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

 BLUE value IS 135 (53.13% from 255) = 41.8%

R = 30.34%
G = 27.86%
B = 41.8%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#625A87 (or 0x625A87) is known color: Kimberly. HEX triplet: 62, 5A and 87. RGB value is (98,90,135). Sum of RGB (Red+Green+Blue) = 98+90+135=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #625A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625A87 is #9DA578. Grayscale: #616161. Windows color (decimal): -10331513 or 8870498. OLE color: 8870498.

HSL color Cylindrical-coordinate representation of color #625A87: hue angle of 250.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #625A87 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 90 135 -
CMYK 0.27 0.33 0 0.47
HSL 250.67º 0.2% 0.44% -
HSV(B) 250.67º 0.33% 0.53% -
XYZ 13.07 11.66 24.48 -
YUV 97.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 98 90 135 0.27 0.33 0 0.47 250.67 0.2 0.44
Hex 62 5A 87 1B 21 0 2F FB 14 2C
Octal 142 132 207 33 41 0 57 373 24 54
Binary 1100010 1011010 10000111 11011 100001 0 101111 11111011 10100 101100

Color Harmonies of #625A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A87

Black with #625A87

Text Example


Text Example

White with #625A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625A87; }

 p { color: rgb(98,90,135); }

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

background-color css

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

 a { background-color: rgb(98,90,135); }

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

border-color css

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

 span { border-color: rgb(98,90,135); }

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