Html Css Color HEX #62618C Kimberly

📋 copy color: '#62618C'

red 98 ◦ green 97 ◦ blue 140

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

Shades of Kimberly #62618C

Tints of Kimberly #62618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 29.25%
G = 28.96%
B = 41.79%

CMYK

 C value IS 0.3

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62618C (or 0x62618C) is known color: Kimberly. HEX triplet: 62, 61 and 8C. RGB value is (98,97,140). Sum of RGB (Red+Green+Blue) = 98+97+140=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #62618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62618C is #9D9E73. Grayscale: #666666. Windows color (decimal): -10329716 or 9199970. OLE color: 9199970.

HSL color Cylindrical-coordinate representation of color #62618C: hue angle of 241.4º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62618C is Cyan = 0.3, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 97 140 -
CMYK 0.3 0.31 0 0.45
HSL 241.4º 0.18% 0.46% -
HSV(B) 241.4º 0.31% 0.55% -
XYZ 14.05 13.04 26.59 -
YUV 102.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 98 97 140 0.3 0.31 0 0.45 241.4 0.18 0.46
Hex 62 61 8C 1E 1F 0 2D F1 12 2E
Octal 142 141 214 36 37 0 55 361 22 56
Binary 1100010 1100001 10001100 11110 11111 0 101101 11110001 10010 101110

Color Harmonies of #62618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62618C

Black with #62618C

Text Example


Text Example

White with #62618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62618C; }

 p { color: rgb(98,97,140); }

 H1.HeaderClassName
 {
   color: #62618C;
 }
 .AnyTagClassName
 {
   color: #62618C;
 }
</style>

background-color css

<style>
 a { background-color: #62618C; }

 a { background-color: rgb(98,97,140); }

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

border-color css

<style>
 span { border-color: #62618C; }

 span { border-color: rgb(98,97,140); }

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