Html Css Color HEX #62598D Kimberly

📋 copy color: '#62598D'

red 98 ◦ green 89 ◦ blue 141

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

Shades of Kimberly #62598D

Tints of Kimberly #62598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 29.88%
G = 27.13%
B = 42.99%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62598D (or 0x62598D) is known color: Kimberly. HEX triplet: 62, 59 and 8D. RGB value is (98,89,141). Sum of RGB (Red+Green+Blue) = 98+89+141=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #62598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62598D is #9DA672. Grayscale: #616161. Windows color (decimal): -10331763 or 9263458. OLE color: 9263458.

HSL color Cylindrical-coordinate representation of color #62598D: hue angle of 250.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62598D is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 89 141 -
CMYK 0.30 0.37 0 0.45
HSL 250.38º 0.23% 0.45% -
HSV(B) 250.38º 0.37% 0.55% -
XYZ 13.42 11.66 26.74 -
YUV 97.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 98 89 141 0.30 0.37 0 0.45 250.38 0.23 0.45
Hex 62 59 8D 1E 25 0 2D FA 17 2D
Octal 142 131 215 36 45 0 55 372 27 55
Binary 1100010 1011001 10001101 11110 100101 0 101101 11111010 10111 101101

Color Harmonies of #62598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62598D

Black with #62598D

Text Example


Text Example

White with #62598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62598D; }

 p { color: rgb(98,89,141); }

 H1.HeaderClassName
 {
   color: #62598D;
 }
 .AnyTagClassName
 {
   color: #62598D;
 }
</style>

background-color css

<style>
 a { background-color: #62598D; }

 a { background-color: rgb(98,89,141); }

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

border-color css

<style>
 span { border-color: #62598D; }

 span { border-color: rgb(98,89,141); }

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