Html Css Color HEX #625B92 Kimberly

📋 copy color: '#625B92'

red 98 ◦ green 91 ◦ blue 146

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

Shades of Kimberly #625B92

Tints of Kimberly #625B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 29.25%
G = 27.16%
B = 43.58%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#625B92 (or 0x625B92) is known color: Kimberly. HEX triplet: 62, 5B and 92. RGB value is (98,91,146). Sum of RGB (Red+Green+Blue) = 98+91+146=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #625B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625B92 is #9DA46D. Grayscale: #636363. Windows color (decimal): -10331246 or 9591650. OLE color: 9591650.

HSL color Cylindrical-coordinate representation of color #625B92: hue angle of 247.64º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #625B92 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 91 146 -
CMYK 0.33 0.38 0 0.43
HSL 247.64º 0.23% 0.46% -
HSV(B) 247.64º 0.38% 0.57% -
XYZ 13.97 12.15 28.8 -
YUV 99.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 98 91 146 0.33 0.38 0 0.43 247.64 0.23 0.46
Hex 62 5B 92 21 26 0 2B F8 17 2E
Octal 142 133 222 41 46 0 53 370 27 56
Binary 1100010 1011011 10010010 100001 100110 0 101011 11111000 10111 101110

Color Harmonies of #625B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625B92

Black with #625B92

Text Example


Text Example

White with #625B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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