Html Css Color HEX #625F91 Kimberly

📋 copy color: '#625F91'

red 98 ◦ green 95 ◦ blue 145

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

Shades of Kimberly #625F91

Tints of Kimberly #625F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 28.99%
G = 28.11%
B = 42.9%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#625F91 (or 0x625F91) is known color: Kimberly. HEX triplet: 62, 5F and 91. RGB value is (98,95,145). Sum of RGB (Red+Green+Blue) = 98+95+145=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #625F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625F91 is #9DA06E. Grayscale: #656565. Windows color (decimal): -10330223 or 9527138. OLE color: 9527138.

HSL color Cylindrical-coordinate representation of color #625F91: hue angle of 243.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #625F91 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 95 145 -
CMYK 0.32 0.34 0 0.43
HSL 243.6º 0.21% 0.47% -
HSV(B) 243.6º 0.34% 0.57% -
XYZ 14.24 12.83 28.51 -
YUV 101.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 98 95 145 0.32 0.34 0 0.43 243.6 0.21 0.47
Hex 62 5F 91 20 22 0 2B F4 15 2F
Octal 142 137 221 40 42 0 53 364 25 57
Binary 1100010 1011111 10010001 100000 100010 0 101011 11110100 10101 101111

Color Harmonies of #625F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F91

Black with #625F91

Text Example


Text Example

White with #625F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,95,145); }

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

background-color css

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

 a { background-color: rgb(98,95,145); }

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

border-color css

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

 span { border-color: rgb(98,95,145); }

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