Html Css Color HEX #61608C Kimberly

📋 copy color: '#61608C'

red 97 ◦ green 96 ◦ blue 140

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

Shades of Kimberly #61608C

Tints of Kimberly #61608C

RGB

 RED value IS 97 (38.28% from 255) = 29.13%

 GREEN value IS 96 (37.89% from 255) = 28.83%

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

R = 29.13%
G = 28.83%
B = 42.04%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61608C (or 0x61608C) is known color: Kimberly. HEX triplet: 61, 60 and 8C. RGB value is (97,96,140). Sum of RGB (Red+Green+Blue) = 97+96+140=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #61608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61608C is #9E9F73. Grayscale: #656565. Windows color (decimal): -10395508 or 9199713. OLE color: 9199713.

HSL color Cylindrical-coordinate representation of color #61608C: hue angle of 241.36º degrees, saturation: 0.19, 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 #61608C is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 96 140 -
CMYK 0.31 0.31 0 0.45
HSL 241.36º 0.19% 0.46% -
HSV(B) 241.36º 0.31% 0.55% -
XYZ 13.85 12.8 26.55 -
YUV 101.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 97 96 140 0.31 0.31 0 0.45 241.36 0.19 0.46
Hex 61 60 8C 1F 1F 0 2D F1 13 2E
Octal 141 140 214 37 37 0 55 361 23 56
Binary 1100001 1100000 10001100 11111 11111 0 101101 11110001 10011 101110

Color Harmonies of #61608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61608C

Black with #61608C

Text Example


Text Example

White with #61608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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