Html Css Color HEX #625E87 Kimberly

📋 copy color: '#625E87'

red 98 ◦ green 94 ◦ blue 135

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

Shades of Kimberly #625E87

Tints of Kimberly #625E87

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.75%

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

R = 29.97%
G = 28.75%
B = 41.28%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#625E87 (or 0x625E87) is known color: Kimberly. HEX triplet: 62, 5E and 87. RGB value is (98,94,135). Sum of RGB (Red+Green+Blue) = 98+94+135=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #625E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E87 is #9DA178. Grayscale: #636363. Windows color (decimal): -10330489 or 8871522. OLE color: 8871522.

HSL color Cylindrical-coordinate representation of color #625E87: hue angle of 245.85º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #625E87 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 94 135 -
CMYK 0.27 0.30 0 0.47
HSL 245.85º 0.18% 0.45% -
HSV(B) 245.85º 0.3% 0.53% -
XYZ 13.41 12.35 24.6 -
YUV 99.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 98 94 135 0.27 0.30 0 0.47 245.85 0.18 0.45
Hex 62 5E 87 1B 1E 0 2F F6 12 2D
Octal 142 136 207 33 36 0 57 366 22 55
Binary 1100010 1011110 10000111 11011 11110 0 101111 11110110 10010 101101

Color Harmonies of #625E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625E87

Black with #625E87

Text Example


Text Example

White with #625E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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