Html Css Color HEX #625D82 Kimberly

📋 copy color: '#625D82'

red 98 ◦ green 93 ◦ blue 130

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

Shades of Kimberly #625D82

Tints of Kimberly #625D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.5%

R = 30.53%
G = 28.97%
B = 40.5%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#625D82 (or 0x625D82) is known color: Kimberly. HEX triplet: 62, 5D and 82. RGB value is (98,93,130). Sum of RGB (Red+Green+Blue) = 98+93+130=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #625D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625D82 is #9DA27D. Grayscale: #626262. Windows color (decimal): -10330750 or 8543586. OLE color: 8543586.

HSL color Cylindrical-coordinate representation of color #625D82: hue angle of 248.11º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #625D82 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 93 130 -
CMYK 0.25 0.28 0 0.49
HSL 248.11º 0.17% 0.44% -
HSV(B) 248.11º 0.28% 0.51% -
XYZ 12.98 12.04 22.76 -
YUV 98.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 98 93 130 0.25 0.28 0 0.49 248.11 0.17 0.44
Hex 62 5D 82 19 1C 0 31 F8 11 2C
Octal 142 135 202 31 34 0 61 370 21 54
Binary 1100010 1011101 10000010 11001 11100 0 110001 11111000 10001 101100

Color Harmonies of #625D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625D82

Black with #625D82

Text Example


Text Example

White with #625D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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