Html Css Color HEX #625D86 Kimberly

📋 copy color: '#625D86'

red 98 ◦ green 93 ◦ blue 134

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

Shades of Kimberly #625D86

Tints of Kimberly #625D86

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

 BLUE value IS 134 (52.73% from 255) = 41.23%

R = 30.15%
G = 28.62%
B = 41.23%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#625D86 (or 0x625D86) is known color: Kimberly. HEX triplet: 62, 5D and 86. RGB value is (98,93,134). Sum of RGB (Red+Green+Blue) = 98+93+134=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #625D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625D86 is #9DA279. Grayscale: #636363. Windows color (decimal): -10330746 or 8805730. OLE color: 8805730.

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

Color convert

RGB 98 93 134 -
CMYK 0.27 0.31 0 0.47
HSL 247.32º 0.18% 0.45% -
HSV(B) 247.32º 0.31% 0.53% -
XYZ 13.25 12.15 24.2 -
YUV 99.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 98 93 134 0.27 0.31 0 0.47 247.32 0.18 0.45
Hex 62 5D 86 1B 1F 0 2F F7 12 2D
Octal 142 135 206 33 37 0 57 367 22 55
Binary 1100010 1011101 10000110 11011 11111 0 101111 11110111 10010 101101

Color Harmonies of #625D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625D86

Black with #625D86

Text Example


Text Example

White with #625D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,93,134); }

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

background-color css

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

 a { background-color: rgb(98,93,134); }

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

border-color css

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

 span { border-color: rgb(98,93,134); }

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