Html Css Color HEX #625E89 Kimberly

📋 copy color: '#625E89'

red 98 ◦ green 94 ◦ blue 137

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

Shades of Kimberly #625E89

Tints of Kimberly #625E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.64%

R = 29.79%
G = 28.57%
B = 41.64%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#625E89 (or 0x625E89) is known color: Kimberly. HEX triplet: 62, 5E and 89. RGB value is (98,94,137). Sum of RGB (Red+Green+Blue) = 98+94+137=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #625E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E89 is #9DA176. Grayscale: #636363. Windows color (decimal): -10330487 or 9002594. OLE color: 9002594.

HSL color Cylindrical-coordinate representation of color #625E89: hue angle of 245.58º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #625E89 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 94 137 -
CMYK 0.28 0.31 0 0.46
HSL 245.58º 0.19% 0.45% -
HSV(B) 245.58º 0.31% 0.54% -
XYZ 13.56 12.41 25.35 -
YUV 100.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 98 94 137 0.28 0.31 0 0.46 245.58 0.19 0.45
Hex 62 5E 89 1C 1F 0 2E F6 13 2D
Octal 142 136 211 34 37 0 56 366 23 55
Binary 1100010 1011110 10001001 11100 11111 0 101110 11110110 10011 101101

Color Harmonies of #625E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625E89

Black with #625E89

Text Example


Text Example

White with #625E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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