Html Css Color HEX #625A85 Kimberly

📋 copy color: '#625A85'

red 98 ◦ green 90 ◦ blue 133

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

Shades of Kimberly #625A85

Tints of Kimberly #625A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 30.53%
G = 28.04%
B = 41.43%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#625A85 (or 0x625A85) is known color: Kimberly. HEX triplet: 62, 5A and 85. RGB value is (98,90,133). Sum of RGB (Red+Green+Blue) = 98+90+133=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #625A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625A85 is #9DA57A. Grayscale: #616161. Windows color (decimal): -10331515 or 8739426. OLE color: 8739426.

HSL color Cylindrical-coordinate representation of color #625A85: hue angle of 251.16º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #625A85 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 90 133 -
CMYK 0.26 0.32 0 0.48
HSL 251.16º 0.19% 0.44% -
HSV(B) 251.16º 0.32% 0.52% -
XYZ 12.93 11.6 23.75 -
YUV 97.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 98 90 133 0.26 0.32 0 0.48 251.16 0.19 0.44
Hex 62 5A 85 1A 20 0 30 FB 13 2C
Octal 142 132 205 32 40 0 60 373 23 54
Binary 1100010 1011010 10000101 11010 100000 0 110000 11111011 10011 101100

Color Harmonies of #625A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A85

Black with #625A85

Text Example


Text Example

White with #625A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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