Html Css Color HEX #625B85 Kimberly

📋 copy color: '#625B85'

red 98 ◦ green 91 ◦ blue 133

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

Shades of Kimberly #625B85

Tints of Kimberly #625B85

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.26%

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

R = 30.43%
G = 28.26%
B = 41.3%

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

#625B85 (or 0x625B85) is known color: Kimberly. HEX triplet: 62, 5B and 85. RGB value is (98,91,133). Sum of RGB (Red+Green+Blue) = 98+91+133=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #625B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625B85 is #9DA47A. Grayscale: #616161. Windows color (decimal): -10331259 or 8739682. OLE color: 8739682.

HSL color Cylindrical-coordinate representation of color #625B85: hue angle of 250º 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 #625B85 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 91 133 -
CMYK 0.26 0.32 0 0.48
HSL 250º 0.19% 0.44% -
HSV(B) 250º 0.32% 0.52% -
XYZ 13.01 11.77 23.78 -
YUV 97.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 98 91 133 0.26 0.32 0 0.48 250 0.19 0.44
Hex 62 5B 85 1A 20 0 30 FA 13 2C
Octal 142 133 205 32 40 0 60 372 23 54
Binary 1100010 1011011 10000101 11010 100000 0 110000 11111010 10011 101100

Color Harmonies of #625B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625B85

Black with #625B85

Text Example


Text Example

White with #625B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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